Html Css Color HEX #954F16 Saddle Brown

📋 copy color: '#954F16'

red 149 ◦ green 79 ◦ blue 22

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

Shades of Saddle Brown #954F16

Tints of Saddle Brown #954F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 59.6%
G = 31.6%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#954F16 (or 0x954F16) is known color: Saddle Brown. HEX triplet: 95, 4F and 16. RGB value is (149,79,22). Sum of RGB (Red+Green+Blue) = 149+79+22=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #954F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F16 is #6AB0E9. Grayscale: #5D5D5D. Windows color (decimal): -6992106 or 1462165. OLE color: 1462165.

HSL color Cylindrical-coordinate representation of color #954F16: hue angle of 26.93º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #954F16 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 22 -
CMYK 0 0.47 0.85 0.42
HSL 26.93º 0.74% 0.34% -
HSV(B) 26.93º 0.85% 0.58% -
XYZ 15.34 12.04 2.27 -
YUV 93.43 87.69 167.63 -
System Red Green Blue C M Y K H S L
Decimal 149 79 22 0 0.47 0.85 0.42 26.93 0.74 0.34
Hex 95 4F 16 0 2F 55 2A 1B 4A 22
Octal 225 117 26 0 57 125 52 33 112 42
Binary 10010101 1001111 10110 0 101111 1010101 101010 11011 1001010 100010

Color Harmonies of #954F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F16

Black with #954F16

Text Example


Text Example

White with #954F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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