Html Css Color HEX #913209 Saddle Brown

📋 copy color: '#913209'

red 145 ◦ green 50 ◦ blue 9

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

Shades of Saddle Brown #913209

Tints of Saddle Brown #913209

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.51%

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

R = 71.08%
G = 24.51%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#913209 (or 0x913209) is known color: Saddle Brown. HEX triplet: 91, 32 and 09. RGB value is (145,50,9). Sum of RGB (Red+Green+Blue) = 145+50+9=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 50 (19.92% from 255 or 24.51% from 204); Blue value is 9 (3.91% from 255 or 4.41% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #913209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913209 is #6ECDF6. Grayscale: #494949. Windows color (decimal): -7261687 or 602769. OLE color: 602769.

HSL color Cylindrical-coordinate representation of color #913209: hue angle of 18.09º 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 #913209 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 50 9 -
CMYK 0 0.66 0.94 0.43
HSL 18.09º 0.88% 0.3% -
HSV(B) 18.09º 0.94% 0.57% -
XYZ 12.87 8.32 1.19 -
YUV 73.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 145 50 9 0 0.66 0.94 0.43 18.09 0.88 0.3
Hex 91 32 9 0 42 5E 2B 12 58 1E
Octal 221 62 11 0 102 136 53 22 130 36
Binary 10010001 110010 1001 0 1000010 1011110 101011 10010 1011000 11110

Color Harmonies of #913209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913209

Black with #913209

Text Example


Text Example

White with #913209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913209; }

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

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

background-color css

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

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

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

border-color css

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

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

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