#837A55

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

Shades of Clay Creek #837A55

Tints of Clay Creek #837A55

Color information

#837A55 (or 0x837A55) is unknown color: approx Clay Creek. HEX triplet: 83, 7A and 55. RGB value is (131,122,85). Sum of RGB (Red+Green+Blue) = 131+122+85=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #837A55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A55 is #7C85AA. Grayscale: #787878. Windows color (decimal): -8160683 or 5601923. OLE color: 5601923.

HSL color Cylindrical-coordinate representation of color #837A55: hue angle of 48.26º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #837A55 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB13112285-
CMYK00.070.350.49
HSL48.26º21.3%42.35%-
HSV(B)48.26º35.11%51.37%-
XYZ17.9619.411.39-
YUV120.47107.98135.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 122 (48.05% from 255) = 36.09%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=38.76%
G=36.09%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311228500.070.350.4948.2621.342.35
Hex837A5507233130152a
Octal203172125074361602552
Binary1000001111110101010101011110001111000111000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837A55; }

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

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

<style>
 a { background-color: #837A55; }

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

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

<style>
 span { border-color: #837A55; }

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

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