Html Css Color HEX #954712 Saddle Brown

📋 copy color: '#954712'

red 149 ◦ green 71 ◦ blue 18

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

Shades of Saddle Brown #954712

Tints of Saddle Brown #954712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 62.61%
G = 29.83%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#954712 (or 0x954712) is known color: Saddle Brown. HEX triplet: 95, 47 and 12. RGB value is (149,71,18). Sum of RGB (Red+Green+Blue) = 149+71+18=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #954712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954712 is #6AB8ED. Grayscale: #585858. Windows color (decimal): -6994158 or 1197973. OLE color: 1197973.

HSL color Cylindrical-coordinate representation of color #954712: hue angle of 24.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #954712 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 18 -
CMYK 0 0.52 0.88 0.42
HSL 24.27º 0.78% 0.33% -
HSV(B) 24.27º 0.88% 0.58% -
XYZ 14.76 10.94 1.91 -
YUV 88.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 149 71 18 0 0.52 0.88 0.42 24.27 0.78 0.33
Hex 95 47 12 0 34 58 2A 18 4E 21
Octal 225 107 22 0 64 130 52 30 116 41
Binary 10010101 1000111 10010 0 110100 1011000 101010 11000 1001110 100001

Color Harmonies of #954712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954712

Black with #954712

Text Example


Text Example

White with #954712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954712; }

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

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

background-color css

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

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

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

border-color css

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

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

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