#837d55

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

Shades of Clay Creek #837D55

Tints of Clay Creek #837D55

Color information

#837D55 (or 0x837D55) is unknown color: approx Clay Creek. HEX triplet: 83, 7D and 55. RGB value is (131,125,85). Sum of RGB (Red+Green+Blue) = 131+125+85=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 125 (49.22% from 255 or 36.66% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #837D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837D55 is #7C82AA. Grayscale: #7A7A7A. Windows color (decimal): -8159915 or 5602691. OLE color: 5602691.

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

Color convert

RGB13112585-
CMYK00.050.350.49
HSL52.17º21.3%42.35%-
HSV(B)52.17º35.11%51.37%-
XYZ18.3320.1511.52-
YUV122.23106.99134.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.42%
GREEN value IS 125 (49.22% from 255) = 36.66%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=38.42%
G=36.66%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311258500.050.350.4952.1721.342.35
Hex837D5505233134152a
Octal203175125054361642552
Binary1000001111111011010101010110001111000111010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837d55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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