Html Css Color HEX #995212 Saddle Brown

📋 copy color: '#995212'

red 153 ◦ green 82 ◦ blue 18

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

Shades of Saddle Brown #995212

Tints of Saddle Brown #995212

RGB

 RED value IS 153 (60.16% from 255) = 60.47%

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

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

R = 60.47%
G = 32.41%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#995212 (or 0x995212) is known color: Saddle Brown. HEX triplet: 99, 52 and 12. RGB value is (153,82,18). Sum of RGB (Red+Green+Blue) = 153+82+18=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #995212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995212 is #66ADED. Grayscale: #606060. Windows color (decimal): -6729198 or 1200793. OLE color: 1200793.

HSL color Cylindrical-coordinate representation of color #995212: hue angle of 28.44º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #995212 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 18 -
CMYK 0 0.46 0.88 0.4
HSL 28.44º 0.79% 0.34% -
HSV(B) 28.44º 0.88% 0.6% -
XYZ 16.26 12.85 2.2 -
YUV 95.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 153 82 18 0 0.46 0.88 0.4 28.44 0.79 0.34
Hex 99 52 12 0 2E 58 28 1C 4F 22
Octal 231 122 22 0 56 130 50 34 117 42
Binary 10011001 1010010 10010 0 101110 1011000 101000 11100 1001111 100010

Color Harmonies of #995212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995212

Black with #995212

Text Example


Text Example

White with #995212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995212; }

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

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

background-color css

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

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

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

border-color css

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

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

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