Html Css Color HEX #885015 Saddle Brown

📋 copy color: '#885015'

red 136 ◦ green 80 ◦ blue 21

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

Shades of Saddle Brown #885015

Tints of Saddle Brown #885015

RGB

 RED value IS 136 (53.52% from 255) = 57.38%

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

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

R = 57.38%
G = 33.76%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#885015 (or 0x885015) is known color: Saddle Brown. HEX triplet: 88, 50 and 15. RGB value is (136,80,21). Sum of RGB (Red+Green+Blue) = 136+80+21=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #885015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885015 is #77AFEA. Grayscale: #5A5A5A. Windows color (decimal): -7843819 or 1396872. OLE color: 1396872.

HSL color Cylindrical-coordinate representation of color #885015: hue angle of 30.78º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #885015 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 21 -
CMYK 0 0.41 0.85 0.47
HSL 30.78º 0.73% 0.31% -
HSV(B) 30.78º 0.85% 0.53% -
XYZ 13.16 11.03 2.14 -
YUV 90.02 89.05 160.8 -
System Red Green Blue C M Y K H S L
Decimal 136 80 21 0 0.41 0.85 0.47 30.78 0.73 0.31
Hex 88 50 15 0 29 55 2F 1F 49 1F
Octal 210 120 25 0 51 125 57 37 111 37
Binary 10001000 1010000 10101 0 101001 1010101 101111 11111 1001001 11111

Color Harmonies of #885015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885015

Black with #885015

Text Example


Text Example

White with #885015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885015; }

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

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

background-color css

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

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

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

border-color css

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

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

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