Html Css Color HEX #88814C Clay Creek

📋 copy color: '#88814C'

red 136 ◦ green 129 ◦ blue 76

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

Shades of Clay Creek #88814C

Tints of Clay Creek #88814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.83%

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 39.88%
G = 37.83%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88814C (or 0x88814C) is known color: Clay Creek. HEX triplet: 88, 81 and 4C. RGB value is (136,129,76). Sum of RGB (Red+Green+Blue) = 136+129+76=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 129 (50.78% from 255 or 37.83% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88814C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88814C is #777EB3. Grayscale: #7D7D7D. Windows color (decimal): -7831220 or 5013896. OLE color: 5013896.

HSL color Cylindrical-coordinate representation of color #88814C: hue angle of 53º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #88814C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 129 76 -
CMYK 0 0.05 0.44 0.47
HSL 53º 0.28% 0.42% -
HSV(B) 53º 0.44% 0.53% -
XYZ 19.31 21.46 9.96 -
YUV 125.05 100.32 135.81 -
System Red Green Blue C M Y K H S L
Decimal 136 129 76 0 0.05 0.44 0.47 53 0.28 0.42
Hex 88 81 4C 0 5 2C 2F 35 1C 2A
Octal 210 201 114 0 5 54 57 65 34 52
Binary 10001000 10000001 1001100 0 101 101100 101111 110101 11100 101010

Color Harmonies of #88814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88814C

Black with #88814C

Text Example


Text Example

White with #88814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88814C; }

 p { color: rgb(136,129,76); }

 H1.HeaderClassName
 {
   color: #88814C;
 }
 .AnyTagClassName
 {
   color: #88814C;
 }
</style>

background-color css

<style>
 a { background-color: #88814C; }

 a { background-color: rgb(136,129,76); }

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

border-color css

<style>
 span { border-color: #88814C; }

 span { border-color: rgb(136,129,76); }

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