Html Css Color HEX #954F06 Saddle Brown

📋 copy color: '#954F06'

red 149 ◦ green 79 ◦ blue 6

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

Shades of Saddle Brown #954F06

Tints of Saddle Brown #954F06

RGB

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

 GREEN value IS 79 (31.25% from 255) = 33.76%

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

R = 63.68%
G = 33.76%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.42

RGB Variations

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

Color information

#954F06 (or 0x954F06) is known color: Saddle Brown. HEX triplet: 95, 4F and 06. RGB value is (149,79,6). Sum of RGB (Red+Green+Blue) = 149+79+6=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 6 (2.73% from 255 or 2.56% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #954F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F06 is #6AB0F9. Grayscale: #5B5B5B. Windows color (decimal): -6992122 or 413589. OLE color: 413589.

HSL color Cylindrical-coordinate representation of color #954F06: hue angle of 30.63º 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 #954F06 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 6 -
CMYK 0 0.47 0.96 0.42
HSL 30.63º 0.92% 0.3% -
HSV(B) 30.63º 0.96% 0.58% -
XYZ 15.22 11.99 1.69 -
YUV 91.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 149 79 6 0 0.47 0.96 0.42 30.63 0.92 0.3
Hex 95 4F 6 0 2F 60 2A 1F 5C 1E
Octal 225 117 6 0 57 140 52 37 134 36
Binary 10010101 1001111 110 0 101111 1100000 101010 11111 1011100 11110

Color Harmonies of #954F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F06

Black with #954F06

Text Example


Text Example

White with #954F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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