Html Css Color HEX #953C12 Saddle Brown

📋 copy color: '#953C12'

red 149 ◦ green 60 ◦ blue 18

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

Shades of Saddle Brown #953C12

Tints of Saddle Brown #953C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.43%

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

R = 65.64%
G = 26.43%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#953C12 (or 0x953C12) is known color: Saddle Brown. HEX triplet: 95, 3C and 12. RGB value is (149,60,18). Sum of RGB (Red+Green+Blue) = 149+60+18=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #953C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C12 is #6AC3ED. Grayscale: #525252. Windows color (decimal): -6996974 or 1195157. OLE color: 1195157.

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

Color convert

RGB 149 60 18 -
CMYK 0 0.60 0.88 0.42
HSL 19.24º 0.78% 0.33% -
HSV(B) 19.24º 0.88% 0.58% -
XYZ 14.12 9.66 1.69 -
YUV 81.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 149 60 18 0 0.60 0.88 0.42 19.24 0.78 0.33
Hex 95 3C 12 0 3C 58 2A 13 4E 21
Octal 225 74 22 0 74 130 52 23 116 41
Binary 10010101 111100 10010 0 111100 1011000 101010 10011 1001110 100001

Color Harmonies of #953C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C12

Black with #953C12

Text Example


Text Example

White with #953C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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