Html Css Color HEX #954909 Saddle Brown

📋 copy color: '#954909'

red 149 ◦ green 73 ◦ blue 9

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

Shades of Saddle Brown #954909

Tints of Saddle Brown #954909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.6%

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

R = 64.5%
G = 31.6%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#954909 (or 0x954909) is known color: Saddle Brown. HEX triplet: 95, 49 and 09. RGB value is (149,73,9). Sum of RGB (Red+Green+Blue) = 149+73+9=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954909 is #6AB6F6. Grayscale: #585858. Windows color (decimal): -6993655 or 608661. OLE color: 608661.

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

Color convert

RGB 149 73 9 -
CMYK 0 0.51 0.94 0.42
HSL 27.43º 0.89% 0.31% -
HSV(B) 27.43º 0.94% 0.58% -
XYZ 14.83 11.17 1.63 -
YUV 88.43 83.18 171.2 -
System Red Green Blue C M Y K H S L
Decimal 149 73 9 0 0.51 0.94 0.42 27.43 0.89 0.31
Hex 95 49 9 0 33 5E 2A 1B 59 1F
Octal 225 111 11 0 63 136 52 33 131 37
Binary 10010101 1001001 1001 0 110011 1011110 101010 11011 1011001 11111

Color Harmonies of #954909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954909

Black with #954909

Text Example


Text Example

White with #954909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954909; }

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

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

background-color css

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

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

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

border-color css

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

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

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