Html Css Color HEX #885110 Saddle Brown

📋 copy color: '#885110'

red 136 ◦ green 81 ◦ blue 16

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

Shades of Saddle Brown #885110

Tints of Saddle Brown #885110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.87%

R = 58.37%
G = 34.76%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.47

RGB Variations

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

Color information

#885110 (or 0x885110) is known color: Saddle Brown. HEX triplet: 88, 51 and 10. RGB value is (136,81,16). Sum of RGB (Red+Green+Blue) = 136+81+16=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 81 (32.03% from 255 or 34.76% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #885110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885110 is #77AEEF. Grayscale: #5A5A5A. Windows color (decimal): -7843568 or 1069448. OLE color: 1069448.

HSL color Cylindrical-coordinate representation of color #885110: hue angle of 32.5º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #885110 is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 16 -
CMYK 0 0.40 0.88 0.47
HSL 32.5º 0.79% 0.3% -
HSV(B) 32.5º 0.88% 0.53% -
XYZ 13.19 11.16 1.95 -
YUV 90.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 136 81 16 0 0.40 0.88 0.47 32.5 0.79 0.3
Hex 88 51 10 0 28 58 2F 20 4F 1E
Octal 210 121 20 0 50 130 57 40 117 36
Binary 10001000 1010001 10000 0 101000 1011000 101111 100000 1001111 11110

Color Harmonies of #885110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885110

Black with #885110

Text Example


Text Example

White with #885110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885110; }

 p { color: rgb(136,81,16); }

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

background-color css

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

 a { background-color: rgb(136,81,16); }

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

border-color css

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

 span { border-color: rgb(136,81,16); }

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