Html Css Color HEX #885018 Saddle Brown

📋 copy color: '#885018'

red 136 ◦ green 80 ◦ blue 24

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

Shades of Saddle Brown #885018

Tints of Saddle Brown #885018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 56.67%
G = 33.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#885018 (or 0x885018) is known color: Saddle Brown. HEX triplet: 88, 50 and 18. RGB value is (136,80,24). Sum of RGB (Red+Green+Blue) = 136+80+24=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #885018 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885018 is #77AFE7. Grayscale: #5A5A5A. Windows color (decimal): -7843816 or 1593480. OLE color: 1593480.

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

Color convert

RGB 136 80 24 -
CMYK 0 0.41 0.82 0.47
HSL 30º 0.7% 0.31% -
HSV(B) 30º 0.82% 0.53% -
XYZ 13.19 11.04 2.3 -
YUV 90.36 90.55 160.55 -
System Red Green Blue C M Y K H S L
Decimal 136 80 24 0 0.41 0.82 0.47 30 0.7 0.31
Hex 88 50 18 0 29 52 2F 1E 46 1F
Octal 210 120 30 0 51 122 57 36 106 37
Binary 10001000 1010000 11000 0 101001 1010010 101111 11110 1000110 11111

Color Harmonies of #885018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885018

Black with #885018

Text Example


Text Example

White with #885018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885018; }

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

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

background-color css

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

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

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

border-color css

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

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

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