Html Css Color HEX #88805B Clay Creek

📋 copy color: '#88805B'

red 136 ◦ green 128 ◦ blue 91

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

Shades of Clay Creek #88805B

Tints of Clay Creek #88805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.63%

R = 38.31%
G = 36.06%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88805B (or 0x88805B) is known color: Clay Creek. HEX triplet: 88, 80 and 5B. RGB value is (136,128,91). Sum of RGB (Red+Green+Blue) = 136+128+91=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 91 (35.94% from 255 or 25.63% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #88805B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88805B is #777FA4. Grayscale: #7E7E7E. Windows color (decimal): -7831461 or 5996680. OLE color: 5996680.

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

Color convert

RGB 136 128 91 -
CMYK 0 0.06 0.33 0.47
HSL 49.33º 0.2% 0.45% -
HSV(B) 49.33º 0.33% 0.53% -
XYZ 19.76 21.43 12.99 -
YUV 126.17 108.15 135.01 -
System Red Green Blue C M Y K H S L
Decimal 136 128 91 0 0.06 0.33 0.47 49.33 0.2 0.45
Hex 88 80 5B 0 6 21 2F 31 14 2D
Octal 210 200 133 0 6 41 57 61 24 55
Binary 10001000 10000000 1011011 0 110 100001 101111 110001 10100 101101

Color Harmonies of #88805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88805B

Black with #88805B

Text Example


Text Example

White with #88805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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