Html Css Color HEX #912719 Mandarian Orange

📋 copy color: '#912719'

red 145 ◦ green 39 ◦ blue 25

#912719
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #912719

Tints of Mandarian Orange #912719

RGB

 RED value IS 145 (57.03% from 255) = 69.38%

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 25 (10.16% from 255) = 11.96%

R = 69.38%
G = 18.66%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.43

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#912719 (or 0x912719) is known color: Mandarian Orange. HEX triplet: 91, 27 and 19. RGB value is (145,39,25). Sum of RGB (Red+Green+Blue) = 145+39+25=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #912719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912719 is #6ED8E6. Grayscale: #454545. Windows color (decimal): -7264487 or 1648529. OLE color: 1648529.

HSL color Cylindrical-coordinate representation of color #912719: hue angle of 7º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #912719 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 39 25 -
CMYK 0 0.73 0.83 0.43
HSL 0.71% 0.33% -
HSV(B) 0.83% 0.57% -
XYZ 12.58 7.54 1.71 -
YUV 69.1 103.12 182.14 -
System Red Green Blue C M Y K H S L
Decimal 145 39 25 0 0.73 0.83 0.43 7 0.71 0.33
Hex 91 27 19 0 49 53 2B 7 47 21
Octal 221 47 31 0 111 123 53 7 107 41
Binary 10010001 100111 11001 0 1001001 1010011 101011 111 1000111 100001

Color Harmonies of #912719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912719

Black with #912719

Text Example


Text Example

White with #912719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912719; }

 p { color: rgb(145,39,25); }

 H1.HeaderClassName
 {
   color: #912719;
 }
 .AnyTagClassName
 {
   color: #912719;
 }
</style>

background-color css

<style>
 a { background-color: #912719; }

 a { background-color: rgb(145,39,25); }

 div.DivClassName
 {
   background-color: #912719;
 }
 .BgClassName
 {
   background-color: #912719;
 }
</style>

border-color css

<style>
 span { border-color: #912719; }

 span { border-color: rgb(145,39,25); }

 td.TdClassName
 {
   border-color: #912719;
 }
 .TagClassName
 {
   border-color: #912719;
 }
</style>