#8B824C

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

Shades of Clay Creek #8B824C

Tints of Clay Creek #8B824C

Color information

#8B824C (or 0x8B824C) is unknown color: approx Clay Creek. HEX triplet: 8B, 82 and 4C. RGB value is (139,130,76). Sum of RGB (Red+Green+Blue) = 139+130+76=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B824C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B824C is #747DB3. Grayscale: #7E7E7E. Windows color (decimal): -7634356 or 5014155. OLE color: 5014155.

HSL color Cylindrical-coordinate representation of color #8B824C: hue angle of 51.43º 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 #8B824C is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB13913076-
CMYK00.060.450.45
HSL51.43º29.3%42.16%-
HSV(B)51.43º45.32%54.51%-
XYZ19.9321.9810.03-
YUV126.5499.48136.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 130 (51.17% from 255) = 37.68%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=40.29%
G=37.68%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391307600.060.450.4551.4329.342.16
Hex8B824C062D2D331d2a
Octal213202114065555633552
Binary10001011100000101001100011010110110110111001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B824C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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