Html Css Color HEX #88825A Clay Creek

📋 copy color: '#88825A'

red 136 ◦ green 130 ◦ blue 90

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

Shades of Clay Creek #88825A

Tints of Clay Creek #88825A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 38.2%
G = 36.52%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#88825A (or 0x88825A) is known color: Clay Creek. HEX triplet: 88, 82 and 5A. RGB value is (136,130,90). Sum of RGB (Red+Green+Blue) = 136+130+90=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #88825A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88825A is #777DA5. Grayscale: #7F7F7F. Windows color (decimal): -7830950 or 5931656. OLE color: 5931656.

HSL color Cylindrical-coordinate representation of color #88825A: hue angle of 52.17º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88825A is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 90 -
CMYK 0 0.04 0.34 0.47
HSL 52.17º 0.2% 0.44% -
HSV(B) 52.17º 0.34% 0.53% -
XYZ 19.98 21.94 12.85 -
YUV 127.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 136 130 90 0 0.04 0.34 0.47 52.17 0.2 0.44
Hex 88 82 5A 0 4 22 2F 34 14 2C
Octal 210 202 132 0 4 42 57 64 24 54
Binary 10001000 10000010 1011010 0 100 100010 101111 110100 10100 101100

Color Harmonies of #88825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88825A

Black with #88825A

Text Example


Text Example

White with #88825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,130,90); }

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

background-color css

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

 a { background-color: rgb(136,130,90); }

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

border-color css

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

 span { border-color: rgb(136,130,90); }

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