Html Css Color HEX #88844F Clay Creek

📋 copy color: '#88844F'

red 136 ◦ green 132 ◦ blue 79

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

Shades of Clay Creek #88844F

Tints of Clay Creek #88844F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 38.04%

 BLUE value IS 79 (31.25% from 255) = 22.77%

R = 39.19%
G = 38.04%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88844F (or 0x88844F) is known color: Clay Creek. HEX triplet: 88, 84 and 4F. RGB value is (136,132,79). Sum of RGB (Red+Green+Blue) = 136+132+79=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88844F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #88844F is #777BB0. Grayscale: #7F7F7F. Windows color (decimal): -7830449 or 5211272. OLE color: 5211272.

HSL color Cylindrical-coordinate representation of color #88844F: hue angle of 55.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88844F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 132 79 -
CMYK 0 0.03 0.42 0.47
HSL 55.79º 0.27% 0.42% -
HSV(B) 55.79º 0.42% 0.53% -
XYZ 19.82 22.3 10.66 -
YUV 127.15 100.83 134.31 -
System Red Green Blue C M Y K H S L
Decimal 136 132 79 0 0.03 0.42 0.47 55.79 0.27 0.42
Hex 88 84 4F 0 3 2A 2F 38 1B 2A
Octal 210 204 117 0 3 52 57 70 33 52
Binary 10001000 10000100 1001111 0 11 101010 101111 111000 11011 101010

Color Harmonies of #88844F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88844F

Black with #88844F

Text Example


Text Example

White with #88844F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88844F; }

 p { color: rgb(136,132,79); }

 H1.HeaderClassName
 {
   color: #88844F;
 }
 .AnyTagClassName
 {
   color: #88844F;
 }
</style>

background-color css

<style>
 a { background-color: #88844F; }

 a { background-color: rgb(136,132,79); }

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

border-color css

<style>
 span { border-color: #88844F; }

 span { border-color: rgb(136,132,79); }

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