Html Css Color HEX #88805E Clay Creek

📋 copy color: '#88805E'

red 136 ◦ green 128 ◦ blue 94

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

Shades of Clay Creek #88805E

Tints of Clay Creek #88805E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.26%

R = 37.99%
G = 35.75%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#88805E (or 0x88805E) is known color: Clay Creek. HEX triplet: 88, 80 and 5E. RGB value is (136,128,94). Sum of RGB (Red+Green+Blue) = 136+128+94=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #88805E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88805E is #777FA1. Grayscale: #7E7E7E. Windows color (decimal): -7831458 or 6193288. OLE color: 6193288.

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

Color convert

RGB 136 128 94 -
CMYK 0 0.06 0.31 0.47
HSL 48.57º 0.18% 0.45% -
HSV(B) 48.57º 0.31% 0.53% -
XYZ 19.89 21.48 13.69 -
YUV 126.52 109.65 134.76 -
System Red Green Blue C M Y K H S L
Decimal 136 128 94 0 0.06 0.31 0.47 48.57 0.18 0.45
Hex 88 80 5E 0 6 1F 2F 31 12 2D
Octal 210 200 136 0 6 37 57 61 22 55
Binary 10001000 10000000 1011110 0 110 11111 101111 110001 10010 101101

Color Harmonies of #88805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88805E

Black with #88805E

Text Example


Text Example

White with #88805E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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