Html Css Color HEX #954009 Saddle Brown

📋 copy color: '#954009'

red 149 ◦ green 64 ◦ blue 9

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

Shades of Saddle Brown #954009

Tints of Saddle Brown #954009

RGB

 RED value IS 149 (58.59% from 255) = 67.12%

 GREEN value IS 64 (25.39% from 255) = 28.83%

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

R = 67.12%
G = 28.83%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#954009 (or 0x954009) is known color: Saddle Brown. HEX triplet: 95, 40 and 09. RGB value is (149,64,9). Sum of RGB (Red+Green+Blue) = 149+64+9=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 64 (25.39% from 255 or 28.83% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #954009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954009 is #6ABFF6. Grayscale: #535353. Windows color (decimal): -6995959 or 606357. OLE color: 606357.

HSL color Cylindrical-coordinate representation of color #954009: hue angle of 23.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #954009 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 64 9 -
CMYK 0 0.57 0.94 0.42
HSL 23.57º 0.89% 0.31% -
HSV(B) 23.57º 0.94% 0.58% -
XYZ 14.28 10.08 1.45 -
YUV 83.15 86.16 174.97 -
System Red Green Blue C M Y K H S L
Decimal 149 64 9 0 0.57 0.94 0.42 23.57 0.89 0.31
Hex 95 40 9 0 39 5E 2A 18 59 1F
Octal 225 100 11 0 71 136 52 30 131 37
Binary 10010101 1000000 1001 0 111001 1011110 101010 11000 1011001 11111

Color Harmonies of #954009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954009

Black with #954009

Text Example


Text Example

White with #954009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954009; }

 p { color: rgb(149,64,9); }

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

background-color css

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

 a { background-color: rgb(149,64,9); }

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

border-color css

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

 span { border-color: rgb(149,64,9); }

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