#8B825B

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

Shades of Clay Creek #8B825B

Tints of Clay Creek #8B825B

Color information

#8B825B (or 0x8B825B) is unknown color: approx Clay Creek. HEX triplet: 8B, 82 and 5B. RGB value is (139,130,91). Sum of RGB (Red+Green+Blue) = 139+130+91=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B825B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B825B is #747DA4. Grayscale: #808080. Windows color (decimal): -7634341 or 5997195. OLE color: 5997195.

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

Color convert

RGB13913091-
CMYK00.060.350.45
HSL48.75º20.87%45.1%-
HSV(B)48.75º34.53%54.51%-
XYZ20.5222.2113.1-
YUV128.24106.98135.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 130 (51.17% from 255) = 36.11%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=38.61%
G=36.11%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391309100.060.350.4548.7520.8745.1
Hex8B825B06232D31152d
Octal213202133064355612555
Binary10001011100000101011011011010001110110111000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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