Html Css Color HEX #954F14 Saddle Brown

📋 copy color: '#954F14'

red 149 ◦ green 79 ◦ blue 20

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

Shades of Saddle Brown #954F14

Tints of Saddle Brown #954F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 60.08%
G = 31.85%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#954F14 (or 0x954F14) is known color: Saddle Brown. HEX triplet: 95, 4F and 14. RGB value is (149,79,20). Sum of RGB (Red+Green+Blue) = 149+79+20=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #954F14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954F14 is #6AB0EB. Grayscale: #5D5D5D. Windows color (decimal): -6992108 or 1331093. OLE color: 1331093.

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

Color convert

RGB 149 79 20 -
CMYK 0 0.47 0.87 0.42
HSL 27.44º 0.76% 0.33% -
HSV(B) 27.44º 0.87% 0.58% -
XYZ 15.32 12.03 2.18 -
YUV 93.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 149 79 20 0 0.47 0.87 0.42 27.44 0.76 0.33
Hex 95 4F 14 0 2F 57 2A 1B 4C 21
Octal 225 117 24 0 57 127 52 33 114 41
Binary 10010101 1001111 10100 0 101111 1010111 101010 11011 1001100 100001

Color Harmonies of #954F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F14

Black with #954F14

Text Example


Text Example

White with #954F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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