Html Css Color HEX #913409 Saddle Brown

📋 copy color: '#913409'

red 145 ◦ green 52 ◦ blue 9

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

Shades of Saddle Brown #913409

Tints of Saddle Brown #913409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.24%

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

R = 70.39%
G = 25.24%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#913409 (or 0x913409) is known color: Saddle Brown. HEX triplet: 91, 34 and 09. RGB value is (145,52,9). Sum of RGB (Red+Green+Blue) = 145+52+9=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 9 (3.91% from 255 or 4.37% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #913409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913409 is #6ECBF6. Grayscale: #4B4B4B. Windows color (decimal): -7261175 or 603281. OLE color: 603281.

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

Color convert

RGB 145 52 9 -
CMYK 0 0.64 0.94 0.43
HSL 18.97º 0.88% 0.3% -
HSV(B) 18.97º 0.94% 0.57% -
XYZ 12.95 8.5 1.22 -
YUV 74.91 90.81 178 -
System Red Green Blue C M Y K H S L
Decimal 145 52 9 0 0.64 0.94 0.43 18.97 0.88 0.3
Hex 91 34 9 0 40 5E 2B 13 58 1E
Octal 221 64 11 0 100 136 53 23 130 36
Binary 10010001 110100 1001 0 1000000 1011110 101011 10011 1011000 11110

Color Harmonies of #913409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #913409

Black with #913409

Text Example


Text Example

White with #913409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #913409; }

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

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

background-color css

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

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

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

border-color css

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

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

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