Html Css Color HEX #88540A Saddle Brown

📋 copy color: '#88540A'

red 136 ◦ green 84 ◦ blue 10

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

Shades of Saddle Brown #88540A

Tints of Saddle Brown #88540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 59.13%
G = 36.52%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#88540A (or 0x88540A) is known color: Saddle Brown. HEX triplet: 88, 54 and 0A. RGB value is (136,84,10). Sum of RGB (Red+Green+Blue) = 136+84+10=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #88540A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #88540A is #77ABF5. Grayscale: #5B5B5B. Windows color (decimal): -7842806 or 677000. OLE color: 677000.

HSL color Cylindrical-coordinate representation of color #88540A: hue angle of 35.24º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88540A is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 84 10 -
CMYK 0 0.38 0.93 0.47
HSL 35.24º 0.86% 0.29% -
HSV(B) 35.24º 0.93% 0.53% -
XYZ 13.38 11.6 1.82 -
YUV 91.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 136 84 10 0 0.38 0.93 0.47 35.24 0.86 0.29
Hex 88 54 A 0 26 5D 2F 23 56 1D
Octal 210 124 12 0 46 135 57 43 126 35
Binary 10001000 1010100 1010 0 100110 1011101 101111 100011 1010110 11101

Color Harmonies of #88540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88540A

Black with #88540A

Text Example


Text Example

White with #88540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88540A; }

 p { color: rgb(136,84,10); }

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

background-color css

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

 a { background-color: rgb(136,84,10); }

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

border-color css

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

 span { border-color: rgb(136,84,10); }

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