Html Css Color HEX #954D06 Saddle Brown

📋 copy color: '#954D06'

red 149 ◦ green 77 ◦ blue 6

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

Shades of Saddle Brown #954D06

Tints of Saddle Brown #954D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.19%

 BLUE value IS 6 (2.73% from 255) = 2.59%

R = 64.22%
G = 33.19%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#954D06 (or 0x954D06) is known color: Saddle Brown. HEX triplet: 95, 4D and 06. RGB value is (149,77,6). Sum of RGB (Red+Green+Blue) = 149+77+6=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #954D06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D06 is #6AB2F9. Grayscale: #5A5A5A. Windows color (decimal): -6992634 or 413077. OLE color: 413077.

HSL color Cylindrical-coordinate representation of color #954D06: hue angle of 29.79º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #954D06 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 6 -
CMYK 0 0.48 0.96 0.42
HSL 29.79º 0.92% 0.3% -
HSV(B) 29.79º 0.96% 0.58% -
XYZ 15.08 11.71 1.64 -
YUV 90.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 149 77 6 0 0.48 0.96 0.42 29.79 0.92 0.3
Hex 95 4D 6 0 30 60 2A 1E 5C 1E
Octal 225 115 6 0 60 140 52 36 134 36
Binary 10010101 1001101 110 0 110000 1100000 101010 11110 1011100 11110

Color Harmonies of #954D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D06

Black with #954D06

Text Example


Text Example

White with #954D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954D06; }

 p { color: rgb(149,77,6); }

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

background-color css

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

 a { background-color: rgb(149,77,6); }

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

border-color css

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

 span { border-color: rgb(149,77,6); }

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