Html Css Color HEX #953512 Saddle Brown

📋 copy color: '#953512'

red 149 ◦ green 53 ◦ blue 18

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

Shades of Saddle Brown #953512

Tints of Saddle Brown #953512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

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

R = 67.73%
G = 24.09%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#953512 (or 0x953512) is known color: Saddle Brown. HEX triplet: 95, 35 and 12. RGB value is (149,53,18). Sum of RGB (Red+Green+Blue) = 149+53+18=220 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.73% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 149 - color contains mainly: red. Hex color #953512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953512 is #6ACAED. Grayscale: #4D4D4D. Windows color (decimal): -6998766 or 1193365. OLE color: 1193365.

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

Color convert

RGB 149 53 18 -
CMYK 0 0.64 0.88 0.42
HSL 16.03º 0.78% 0.33% -
HSV(B) 16.03º 0.88% 0.58% -
XYZ 13.78 8.98 1.58 -
YUV 77.71 94.3 178.85 -
System Red Green Blue C M Y K H S L
Decimal 149 53 18 0 0.64 0.88 0.42 16.03 0.78 0.33
Hex 95 35 12 0 40 58 2A 10 4E 21
Octal 225 65 22 0 100 130 52 20 116 41
Binary 10010101 110101 10010 0 1000000 1011000 101010 10000 1001110 100001

Color Harmonies of #953512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953512

Black with #953512

Text Example


Text Example

White with #953512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953512; }

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

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

background-color css

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

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

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

border-color css

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

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

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