Html Css Color HEX #953A12 Saddle Brown

📋 copy color: '#953A12'

red 149 ◦ green 58 ◦ blue 18

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

Shades of Saddle Brown #953A12

Tints of Saddle Brown #953A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 66.22%
G = 25.78%
B = 8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#953A12 (or 0x953A12) is known color: Saddle Brown. HEX triplet: 95, 3A and 12. RGB value is (149,58,18). Sum of RGB (Red+Green+Blue) = 149+58+18=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #953A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953A12 is #6AC5ED. Grayscale: #505050. Windows color (decimal): -6997486 or 1194645. OLE color: 1194645.

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

Color convert

RGB 149 58 18 -
CMYK 0 0.61 0.88 0.42
HSL 18.32º 0.78% 0.33% -
HSV(B) 18.32º 0.88% 0.58% -
XYZ 14.02 9.46 1.66 -
YUV 80.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 149 58 18 0 0.61 0.88 0.42 18.32 0.78 0.33
Hex 95 3A 12 0 3D 58 2A 12 4E 21
Octal 225 72 22 0 75 130 52 22 116 41
Binary 10010101 111010 10010 0 111101 1011000 101010 10010 1001110 100001

Color Harmonies of #953A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A12

Black with #953A12

Text Example


Text Example

White with #953A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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