Html Css Color HEX #995015 Saddle Brown

📋 copy color: '#995015'

red 153 ◦ green 80 ◦ blue 21

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

Shades of Saddle Brown #995015

Tints of Saddle Brown #995015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.27%

R = 60.24%
G = 31.5%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#995015 (or 0x995015) is known color: Saddle Brown. HEX triplet: 99, 50 and 15. RGB value is (153,80,21). Sum of RGB (Red+Green+Blue) = 153+80+21=254 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.24% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 153 - color contains mainly: red. Hex color #995015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995015 is #66AFEA. Grayscale: #5F5F5F. Windows color (decimal): -6729707 or 1396889. OLE color: 1396889.

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

Color convert

RGB 153 80 21 -
CMYK 0 0.48 0.86 0.4
HSL 26.82º 0.76% 0.34% -
HSV(B) 26.82º 0.86% 0.6% -
XYZ 16.14 12.56 2.28 -
YUV 95.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 153 80 21 0 0.48 0.86 0.4 26.82 0.76 0.34
Hex 99 50 15 0 30 56 28 1B 4C 22
Octal 231 120 25 0 60 126 50 33 114 42
Binary 10011001 1010000 10101 0 110000 1010110 101000 11011 1001100 100010

Color Harmonies of #995015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995015

Black with #995015

Text Example


Text Example

White with #995015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995015; }

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

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

background-color css

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

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

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

border-color css

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

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

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