Html Css Color HEX #995012 Saddle Brown

📋 copy color: '#995012'

red 153 ◦ green 80 ◦ blue 18

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

Shades of Saddle Brown #995012

Tints of Saddle Brown #995012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

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

R = 60.96%
G = 31.87%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#995012 (or 0x995012) is known color: Saddle Brown. HEX triplet: 99, 50 and 12. RGB value is (153,80,18). Sum of RGB (Red+Green+Blue) = 153+80+18=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #995012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995012 is #66AFED. Grayscale: #5F5F5F. Windows color (decimal): -6729710 or 1200281. OLE color: 1200281.

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

Color convert

RGB 153 80 18 -
CMYK 0 0.48 0.88 0.4
HSL 27.56º 0.79% 0.34% -
HSV(B) 27.56º 0.88% 0.6% -
XYZ 16.11 12.55 2.15 -
YUV 94.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 153 80 18 0 0.48 0.88 0.4 27.56 0.79 0.34
Hex 99 50 12 0 30 58 28 1C 4F 22
Octal 231 120 22 0 60 130 50 34 117 42
Binary 10011001 1010000 10010 0 110000 1011000 101000 11100 1001111 100010

Color Harmonies of #995012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995012

Black with #995012

Text Example


Text Example

White with #995012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995012; }

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

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

background-color css

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

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

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

border-color css

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

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

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