#837A5D

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

Shades of Clay Creek #837A5D

Tints of Clay Creek #837A5D

Color information

#837A5D (or 0x837A5D) is unknown color: approx Clay Creek. HEX triplet: 83, 7A and 5D. RGB value is (131,122,93). Sum of RGB (Red+Green+Blue) = 131+122+93=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #837A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837A5D is #7C85A2. Grayscale: #797979. Windows color (decimal): -8160675 or 6126211. OLE color: 6126211.

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

Color convert

RGB13112293-
CMYK00.070.290.49
HSL45.79º16.96%43.92%-
HSV(B)45.79º29.01%51.37%-
XYZ18.319.5313.16-
YUV121.38111.98134.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 122 (48.05% from 255) = 35.26%
BLUE value IS 93 (36.72% from 255) = 26.88%
R=37.86%
G=35.26%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311229300.070.290.4945.7916.9643.92
Hex837A5D071D312e112c
Octal203172135073561562154
Binary100000111111010101110101111110111000110111010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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