Html Css Color HEX #954714 Saddle Brown

📋 copy color: '#954714'

red 149 ◦ green 71 ◦ blue 20

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

Shades of Saddle Brown #954714

Tints of Saddle Brown #954714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

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

R = 62.08%
G = 29.58%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#954714 (or 0x954714) is known color: Saddle Brown. HEX triplet: 95, 47 and 14. RGB value is (149,71,20). Sum of RGB (Red+Green+Blue) = 149+71+20=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #954714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954714 is #6AB8EB. Grayscale: #585858. Windows color (decimal): -6994156 or 1329045. OLE color: 1329045.

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

Color convert

RGB 149 71 20 -
CMYK 0 0.52 0.87 0.42
HSL 23.72º 0.76% 0.33% -
HSV(B) 23.72º 0.87% 0.58% -
XYZ 14.77 10.95 2 -
YUV 88.51 89.34 171.15 -
System Red Green Blue C M Y K H S L
Decimal 149 71 20 0 0.52 0.87 0.42 23.72 0.76 0.33
Hex 95 47 14 0 34 57 2A 18 4C 21
Octal 225 107 24 0 64 127 52 30 114 41
Binary 10010101 1000111 10100 0 110100 1010111 101010 11000 1001100 100001

Color Harmonies of #954714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954714

Black with #954714

Text Example


Text Example

White with #954714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954714; }

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

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

background-color css

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

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

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

border-color css

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

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

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