#8B7A55

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

Shades of Clay Creek #8B7A55

Tints of Clay Creek #8B7A55

Color information

#8B7A55 (or 0x8B7A55) is unknown color: approx Clay Creek. HEX triplet: 8B, 7A and 55. RGB value is (139,122,85). Sum of RGB (Red+Green+Blue) = 139+122+85=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A55 is #7485AA. Grayscale: #7B7B7B. Windows color (decimal): -7636395 or 5601931. OLE color: 5601931.

HSL color Cylindrical-coordinate representation of color #8B7A55: hue angle of 41.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B7A55 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB13912285-
CMYK00.120.390.45
HSL41.11º24.11%43.92%-
HSV(B)41.11º38.85%54.51%-
XYZ19.2520.0611.45-
YUV122.86106.63139.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.17%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 85 (33.59% from 255) = 24.57%
R=40.17%
G=35.26%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391228500.120.390.4541.1124.1143.92
Hex8B7A550C272D29182c
Octal2131721250144755513054
Binary10001011111101010101010110010011110110110100111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,85); }

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

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

 a { background-color: rgb(139,122,85); }

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

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

 span { border-color: rgb(139,122,85); }

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