Html Css Color HEX #88804A Clay Creek

📋 copy color: '#88804A'

red 136 ◦ green 128 ◦ blue 74

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

Shades of Clay Creek #88804A

Tints of Clay Creek #88804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.89%

R = 40.24%
G = 37.87%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88804A (or 0x88804A) is known color: Clay Creek. HEX triplet: 88, 80 and 4A. RGB value is (136,128,74). Sum of RGB (Red+Green+Blue) = 136+128+74=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #88804A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #88804A is #777FB5. Grayscale: #7C7C7C. Windows color (decimal): -7831478 or 4882568. OLE color: 4882568.

HSL color Cylindrical-coordinate representation of color #88804A: hue angle of 52.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88804A is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 128 74 -
CMYK 0 0.06 0.46 0.47
HSL 52.26º 0.3% 0.41% -
HSV(B) 52.26º 0.46% 0.53% -
XYZ 19.11 21.17 9.56 -
YUV 124.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 136 128 74 0 0.06 0.46 0.47 52.26 0.3 0.41
Hex 88 80 4A 0 6 2E 2F 34 1E 29
Octal 210 200 112 0 6 56 57 64 36 51
Binary 10001000 10000000 1001010 0 110 101110 101111 110100 11110 101001

Color Harmonies of #88804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88804A

Black with #88804A

Text Example


Text Example

White with #88804A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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