#837B55

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

Shades of Clay Creek #837B55

Tints of Clay Creek #837B55

Color information

#837B55 (or 0x837B55) is unknown color: approx Clay Creek. HEX triplet: 83, 7B and 55. RGB value is (131,123,85). Sum of RGB (Red+Green+Blue) = 131+123+85=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #837B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B55 is #7C84AA. Grayscale: #797979. Windows color (decimal): -8160427 or 5602179. OLE color: 5602179.

HSL color Cylindrical-coordinate representation of color #837B55: hue angle of 49.57º 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 #837B55 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB13112385-
CMYK00.060.350.49
HSL49.57º21.3%42.35%-
HSV(B)49.57º35.11%51.37%-
XYZ18.0819.6511.43-
YUV121.06107.65135.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.64%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=38.64%
G=36.28%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311238500.060.350.4949.5721.342.35
Hex837B5506233132152a
Octal203173125064361622552
Binary1000001111110111010101011010001111000111001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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