Html Css Color HEX #914C09 Saddle Brown

📋 copy color: '#914C09'

red 145 ◦ green 76 ◦ blue 9

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

Shades of Saddle Brown #914C09

Tints of Saddle Brown #914C09

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 9 (3.91% from 255) = 3.91%

R = 63.04%
G = 33.04%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#914C09 (or 0x914C09) is known color: Saddle Brown. HEX triplet: 91, 4C and 09. RGB value is (145,76,9). Sum of RGB (Red+Green+Blue) = 145+76+9=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #914C09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914C09 is #6EB3F6. Grayscale: #595959. Windows color (decimal): -7255031 or 609425. OLE color: 609425.

HSL color Cylindrical-coordinate representation of color #914C09: hue angle of 29.56º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #914C09 is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 76 9 -
CMYK 0 0.48 0.94 0.43
HSL 29.56º 0.88% 0.3% -
HSV(B) 29.56º 0.94% 0.57% -
XYZ 14.31 11.21 1.67 -
YUV 88.99 82.86 167.95 -
System Red Green Blue C M Y K H S L
Decimal 145 76 9 0 0.48 0.94 0.43 29.56 0.88 0.3
Hex 91 4C 9 0 30 5E 2B 1E 58 1E
Octal 221 114 11 0 60 136 53 36 130 36
Binary 10010001 1001100 1001 0 110000 1011110 101011 11110 1011000 11110

Color Harmonies of #914C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914C09

Black with #914C09

Text Example


Text Example

White with #914C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914C09; }

 p { color: rgb(145,76,9); }

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

background-color css

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

 a { background-color: rgb(145,76,9); }

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

border-color css

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

 span { border-color: rgb(145,76,9); }

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