Html Css Color HEX #953812 Saddle Brown

📋 copy color: '#953812'

red 149 ◦ green 56 ◦ blue 18

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

Shades of Saddle Brown #953812

Tints of Saddle Brown #953812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 25.11%

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

R = 66.82%
G = 25.11%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#953812 (or 0x953812) is known color: Saddle Brown. HEX triplet: 95, 38 and 12. RGB value is (149,56,18). Sum of RGB (Red+Green+Blue) = 149+56+18=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #953812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953812 is #6AC7ED. Grayscale: #4F4F4F. Windows color (decimal): -6997998 or 1194133. OLE color: 1194133.

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

Color convert

RGB 149 56 18 -
CMYK 0 0.62 0.88 0.42
HSL 17.4º 0.78% 0.33% -
HSV(B) 17.4º 0.88% 0.58% -
XYZ 13.92 9.26 1.63 -
YUV 79.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 149 56 18 0 0.62 0.88 0.42 17.4 0.78 0.33
Hex 95 38 12 0 3E 58 2A 11 4E 21
Octal 225 70 22 0 76 130 52 21 116 41
Binary 10010101 111000 10010 0 111110 1011000 101010 10001 1001110 100001

Color Harmonies of #953812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953812

Black with #953812

Text Example


Text Example

White with #953812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953812; }

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

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

background-color css

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

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

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

border-color css

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

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

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