Html Css Color HEX #88825B Clay Creek

📋 copy color: '#88825B'

red 136 ◦ green 130 ◦ blue 91

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

Shades of Clay Creek #88825B

Tints of Clay Creek #88825B

RGB

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

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

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

R = 38.1%
G = 36.41%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#88825B (or 0x88825B) is known color: Clay Creek. HEX triplet: 88, 82 and 5B. RGB value is (136,130,91). Sum of RGB (Red+Green+Blue) = 136+130+91=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #88825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88825B is #777DA4. Grayscale: #7F7F7F. Windows color (decimal): -7830949 or 5997192. OLE color: 5997192.

HSL color Cylindrical-coordinate representation of color #88825B: hue angle of 52º 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 #88825B is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 130 91 -
CMYK 0 0.04 0.33 0.47
HSL 52º 0.2% 0.45% -
HSV(B) 52º 0.33% 0.53% -
XYZ 20.02 21.95 13.08 -
YUV 127.35 107.49 134.17 -
System Red Green Blue C M Y K H S L
Decimal 136 130 91 0 0.04 0.33 0.47 52 0.2 0.45
Hex 88 82 5B 0 4 21 2F 34 14 2D
Octal 210 202 133 0 4 41 57 64 24 55
Binary 10001000 10000010 1011011 0 100 100001 101111 110100 10100 101101

Color Harmonies of #88825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88825B

Black with #88825B

Text Example


Text Example

White with #88825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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