Html Css Color HEX #955212 Saddle Brown

📋 copy color: '#955212'

red 149 ◦ green 82 ◦ blue 18

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

Shades of Saddle Brown #955212

Tints of Saddle Brown #955212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.93%

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

R = 59.84%
G = 32.93%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#955212 (or 0x955212) is known color: Saddle Brown. HEX triplet: 95, 52 and 12. RGB value is (149,82,18). Sum of RGB (Red+Green+Blue) = 149+82+18=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #955212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #955212 is #6AADED. Grayscale: #5F5F5F. Windows color (decimal): -6991342 or 1200789. OLE color: 1200789.

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

Color convert

RGB 149 82 18 -
CMYK 0 0.45 0.88 0.42
HSL 29.31º 0.78% 0.33% -
HSV(B) 29.31º 0.88% 0.58% -
XYZ 15.52 12.47 2.16 -
YUV 94.74 84.7 166.7 -
System Red Green Blue C M Y K H S L
Decimal 149 82 18 0 0.45 0.88 0.42 29.31 0.78 0.33
Hex 95 52 12 0 2D 58 2A 1D 4E 21
Octal 225 122 22 0 55 130 52 35 116 41
Binary 10010101 1010010 10010 0 101101 1011000 101010 11101 1001110 100001

Color Harmonies of #955212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955212

Black with #955212

Text Example


Text Example

White with #955212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955212; }

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

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

background-color css

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

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

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

border-color css

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

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

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