Html Css Color HEX #954713 Saddle Brown

📋 copy color: '#954713'

red 149 ◦ green 71 ◦ blue 19

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

Shades of Saddle Brown #954713

Tints of Saddle Brown #954713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 62.34%
G = 29.71%
B = 7.95%

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

#954713 (or 0x954713) is known color: Saddle Brown. HEX triplet: 95, 47 and 13. RGB value is (149,71,19). Sum of RGB (Red+Green+Blue) = 149+71+19=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954713 is #6AB8EC. Grayscale: #585858. Windows color (decimal): -6994157 or 1263509. OLE color: 1263509.

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

Color convert

RGB 149 71 19 -
CMYK 0 0.52 0.87 0.42
HSL 24º 0.77% 0.33% -
HSV(B) 24º 0.87% 0.58% -
XYZ 14.77 10.94 1.95 -
YUV 88.39 88.84 171.23 -
System Red Green Blue C M Y K H S L
Decimal 149 71 19 0 0.52 0.87 0.42 24 0.77 0.33
Hex 95 47 13 0 34 57 2A 18 4D 21
Octal 225 107 23 0 64 127 52 30 115 41
Binary 10010101 1000111 10011 0 110100 1010111 101010 11000 1001101 100001

Color Harmonies of #954713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954713

Black with #954713

Text Example


Text Example

White with #954713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954713; }

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

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

background-color css

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

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

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

border-color css

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

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

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