Html Css Color HEX #88805D Clay Creek

📋 copy color: '#88805D'

red 136 ◦ green 128 ◦ blue 93

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

Shades of Clay Creek #88805D

Tints of Clay Creek #88805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.85%

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 38.1%
G = 35.85%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#88805D (or 0x88805D) is known color: Clay Creek. HEX triplet: 88, 80 and 5D. RGB value is (136,128,93). Sum of RGB (Red+Green+Blue) = 136+128+93=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #88805D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88805D is #777FA2. Grayscale: #7E7E7E. Windows color (decimal): -7831459 or 6127752. OLE color: 6127752.

HSL color Cylindrical-coordinate representation of color #88805D: hue angle of 48.84º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88805D is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 93 -
CMYK 0 0.06 0.32 0.47
HSL 48.84º 0.19% 0.45% -
HSV(B) 48.84º 0.32% 0.53% -
XYZ 19.85 21.46 13.45 -
YUV 126.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 136 128 93 0 0.06 0.32 0.47 48.84 0.19 0.45
Hex 88 80 5D 0 6 20 2F 31 13 2D
Octal 210 200 135 0 6 40 57 61 23 55
Binary 10001000 10000000 1011101 0 110 100000 101111 110001 10011 101101

Color Harmonies of #88805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88805D

Black with #88805D

Text Example


Text Example

White with #88805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88805D; }

 p { color: rgb(136,128,93); }

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

background-color css

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

 a { background-color: rgb(136,128,93); }

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

border-color css

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

 span { border-color: rgb(136,128,93); }

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