#837B52

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

Shades of Clay Creek #837B52

Tints of Clay Creek #837B52

Color information

#837B52 (or 0x837B52) is unknown color: approx Clay Creek. HEX triplet: 83, 7B and 52. RGB value is (131,123,82). Sum of RGB (Red+Green+Blue) = 131+123+82=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 131 - color contains mainly: red. Hex color #837B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837B52 is #7C84AD. Grayscale: #787878. Windows color (decimal): -8160430 or 5405571. OLE color: 5405571.

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

Color convert

RGB13112382-
CMYK00.060.370.49
HSL50.2º23%41.76%-
HSV(B)50.2º37.4%51.37%-
XYZ17.9719.610.82-
YUV120.72106.15135.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=38.99%
G=36.61%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311238200.060.370.4950.22341.76
Hex837B5206253132172a
Octal203173122064561622752
Binary1000001111110111010010011010010111000111001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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