Html Css Color HEX #953F12 Saddle Brown

📋 copy color: '#953F12'

red 149 ◦ green 63 ◦ blue 18

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

Shades of Saddle Brown #953F12

Tints of Saddle Brown #953F12

RGB

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

 GREEN value IS 63 (25% from 255) = 27.39%

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

R = 64.78%
G = 27.39%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#953F12 (or 0x953F12) is known color: Saddle Brown. HEX triplet: 95, 3F and 12. RGB value is (149,63,18). Sum of RGB (Red+Green+Blue) = 149+63+18=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #953F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953F12 is #6AC0ED. Grayscale: #535353. Windows color (decimal): -6996206 or 1195925. OLE color: 1195925.

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

Color convert

RGB 149 63 18 -
CMYK 0 0.58 0.88 0.42
HSL 20.61º 0.78% 0.33% -
HSV(B) 20.61º 0.88% 0.58% -
XYZ 14.28 9.99 1.75 -
YUV 83.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 149 63 18 0 0.58 0.88 0.42 20.61 0.78 0.33
Hex 95 3F 12 0 3A 58 2A 15 4E 21
Octal 225 77 22 0 72 130 52 25 116 41
Binary 10010101 111111 10010 0 111010 1011000 101010 10101 1001110 100001

Color Harmonies of #953F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F12

Black with #953F12

Text Example


Text Example

White with #953F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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