#8B824B

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

Shades of Clay Creek #8B824B

Tints of Clay Creek #8B824B

Color information

#8B824B (or 0x8B824B) is unknown color: approx Clay Creek. HEX triplet: 8B, 82 and 4B. RGB value is (139,130,75). Sum of RGB (Red+Green+Blue) = 139+130+75=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 75 (29.69% from 255 or 21.80% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B824B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B824B is #747DB4. Grayscale: #7E7E7E. Windows color (decimal): -7634357 or 4948619. OLE color: 4948619.

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

Color convert

RGB13913075-
CMYK00.060.460.45
HSL51.56º29.91%41.96%-
HSV(B)51.56º46.04%54.51%-
XYZ19.921.969.85-
YUV126.4298.98136.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 75 (29.69% from 255) = 21.80%
R=40.41%
G=37.79%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391307500.060.460.4551.5629.9141.96
Hex8B824B062E2D341e2a
Octal213202113065655643652
Binary10001011100000101001011011010111010110111010011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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