#837850

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

Shades of Clay Creek #837850

Tints of Clay Creek #837850

Color information

#837850 (or 0x837850) is unknown color: approx Clay Creek. HEX triplet: 83, 78 and 50. RGB value is (131,120,80). Sum of RGB (Red+Green+Blue) = 131+120+80=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #837850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837850 is #7C87AF. Grayscale: #767676. Windows color (decimal): -8161200 or 5273731. OLE color: 5273731.

HSL color Cylindrical-coordinate representation of color #837850: hue angle of 47.06º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #837850 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB13112080-
CMYK00.080.390.49
HSL47.06º24.17%41.37%-
HSV(B)47.06º38.93%51.37%-
XYZ17.5218.8410.3-
YUV118.73106.14136.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=39.58%
G=36.25%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311208000.080.390.4947.0624.1741.37
Hex8378500827312f1829
Octal2031701200104761573051
Binary10000011111100010100000100010011111000110111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837850; }

 p { color: rgb(131,120,80); }

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

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

 a { background-color: rgb(131,120,80); }

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

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

 span { border-color: rgb(131,120,80); }

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