#8B804C

Color #8B804C Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #8B804C

Tints of Clay Creek #8B804C

Color information

#8B804C (or 0x8B804C) is unknown color: approx Clay Creek. HEX triplet: 8B, 80 and 4C. RGB value is (139,128,76). Sum of RGB (Red+Green+Blue) = 139+128+76=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B804C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B804C is #747FB3. Grayscale: #7D7D7D. Windows color (decimal): -7634868 or 5013643. OLE color: 5013643.

HSL color Cylindrical-coordinate representation of color #8B804C: hue angle of 49.52º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B804C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB13912876-
CMYK00.080.450.45
HSL49.52º29.3%42.16%-
HSV(B)49.52º45.32%54.51%-
XYZ19.6721.459.94-
YUV125.36100.14137.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 128 (50.39% from 255) = 37.32%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=40.52%
G=37.32%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391287600.080.450.4549.5229.342.16
Hex8B804C082D2D321d2a
Octal2132001140105555623552
Binary100010111000000010011000100010110110110111001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B804C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B804C; }

 p { color: rgb(139,128,76); }

 H1.HeaderClassName
 {
   color: #8B804C;
 }
 .AnyTagClassName
 {
   color: #8B804C;
 }
</style>
background-color css

<style>
 a { background-color: #8B804C; }

 a { background-color: rgb(139,128,76); }

 div.DivClassName
 {
   background-color: #8B804C;
 }
 .BgClassName
 {
   background-color: #8B804C;
 }
</style>
border-color css

<style>
 span { border-color: #8B804C; }

 span { border-color: rgb(139,128,76); }

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