Html Css Color HEX #953712 Saddle Brown

📋 copy color: '#953712'

red 149 ◦ green 55 ◦ blue 18

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

Shades of Saddle Brown #953712

Tints of Saddle Brown #953712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.77%

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

R = 67.12%
G = 24.77%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#953712 (or 0x953712) is known color: Saddle Brown. HEX triplet: 95, 37 and 12. RGB value is (149,55,18). Sum of RGB (Red+Green+Blue) = 149+55+18=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #953712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953712 is #6AC8ED. Grayscale: #4F4F4F. Windows color (decimal): -6998254 or 1193877. OLE color: 1193877.

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

Color convert

RGB 149 55 18 -
CMYK 0 0.63 0.88 0.42
HSL 16.95º 0.78% 0.33% -
HSV(B) 16.95º 0.88% 0.58% -
XYZ 13.87 9.17 1.61 -
YUV 78.89 93.64 178.01 -
System Red Green Blue C M Y K H S L
Decimal 149 55 18 0 0.63 0.88 0.42 16.95 0.78 0.33
Hex 95 37 12 0 3F 58 2A 11 4E 21
Octal 225 67 22 0 77 130 52 21 116 41
Binary 10010101 110111 10010 0 111111 1011000 101010 10001 1001110 100001

Color Harmonies of #953712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953712

Black with #953712

Text Example


Text Example

White with #953712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953712; }

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

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

background-color css

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

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

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

border-color css

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

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

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