Html Css Color HEX #995115 Saddle Brown

📋 copy color: '#995115'

red 153 ◦ green 81 ◦ blue 21

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

Shades of Saddle Brown #995115

Tints of Saddle Brown #995115

RGB

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

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

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

R = 60%
G = 31.76%
B = 8.24%

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

#995115 (or 0x995115) is known color: Saddle Brown. HEX triplet: 99, 51 and 15. RGB value is (153,81,21). Sum of RGB (Red+Green+Blue) = 153+81+21=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 81 (32.03% from 255 or 31.76% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #995115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995115 is #66AEEA. Grayscale: #606060. Windows color (decimal): -6729451 or 1397145. OLE color: 1397145.

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

Color convert

RGB 153 81 21 -
CMYK 0 0.47 0.86 0.4
HSL 27.27º 0.76% 0.34% -
HSV(B) 27.27º 0.86% 0.6% -
XYZ 16.21 12.71 2.31 -
YUV 95.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 153 81 21 0 0.47 0.86 0.4 27.27 0.76 0.34
Hex 99 51 15 0 2F 56 28 1B 4C 22
Octal 231 121 25 0 57 126 50 33 114 42
Binary 10011001 1010001 10101 0 101111 1010110 101000 11011 1001100 100010

Color Harmonies of #995115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995115

Black with #995115

Text Example


Text Example

White with #995115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995115; }

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

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

background-color css

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

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

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

border-color css

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

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

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