Html Css Color HEX #995116 Saddle Brown

📋 copy color: '#995116'

red 153 ◦ green 81 ◦ blue 22

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

Shades of Saddle Brown #995116

Tints of Saddle Brown #995116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 59.77%
G = 31.64%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#995116 (or 0x995116) is known color: Saddle Brown. HEX triplet: 99, 51 and 16. RGB value is (153,81,22). Sum of RGB (Red+Green+Blue) = 153+81+22=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #995116 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995116 is #66AEE9. Grayscale: #606060. Windows color (decimal): -6729450 or 1462681. OLE color: 1462681.

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

Color convert

RGB 153 81 22 -
CMYK 0 0.47 0.86 0.4
HSL 27.02º 0.75% 0.34% -
HSV(B) 27.02º 0.86% 0.6% -
XYZ 16.22 12.72 2.36 -
YUV 95.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 153 81 22 0 0.47 0.86 0.4 27.02 0.75 0.34
Hex 99 51 16 0 2F 56 28 1B 4B 22
Octal 231 121 26 0 57 126 50 33 113 42
Binary 10011001 1010001 10110 0 101111 1010110 101000 11011 1001011 100010

Color Harmonies of #995116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995116

Black with #995116

Text Example


Text Example

White with #995116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995116; }

 p { color: rgb(153,81,22); }

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

background-color css

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

 a { background-color: rgb(153,81,22); }

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

border-color css

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

 span { border-color: rgb(153,81,22); }

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