#8b834f

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

Shades of Clay Creek #8B834F

Tints of Clay Creek #8B834F

Color information

#8B834F (or 0x8B834F) is unknown color: approx Clay Creek. HEX triplet: 8B, 83 and 4F. RGB value is (139,131,79). Sum of RGB (Red+Green+Blue) = 139+131+79=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B834F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B834F is #747CB0. Grayscale: #7F7F7F. Windows color (decimal): -7634097 or 5211019. OLE color: 5211019.

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

Color convert

RGB13913179-
CMYK00.060.430.45
HSL52º27.52%42.75%-
HSV(B)52º43.17%54.51%-
XYZ20.1822.2910.64-
YUV127.46100.65136.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.83%
GREEN value IS 131 (51.56% from 255) = 37.54%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=39.83%
G=37.54%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391317900.060.430.455227.5242.75
Hex8B834F062B2D341c2b
Octal213203117065355643453
Binary10001011100000111001111011010101110110111010011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b834f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,79); }

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

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

 a { background-color: rgb(139,131,79); }

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

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

 span { border-color: rgb(139,131,79); }

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