#827B58

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

Shades of Clay Creek #827B58

Tints of Clay Creek #827B58

Color information

#827B58 (or 0x827B58) is unknown color: approx Clay Creek. HEX triplet: 82, 7B and 58. RGB value is (130,123,88). Sum of RGB (Red+Green+Blue) = 130+123+88=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B58 is #7D84A7. Grayscale: #797979. Windows color (decimal): -8225960 or 5798786. OLE color: 5798786.

HSL color Cylindrical-coordinate representation of color #827B58: hue angle of 50º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827B58 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB13012388-
CMYK00.050.320.49
HSL50º19.27%42.75%-
HSV(B)50º32.31%50.98%-
XYZ18.0519.6212.07-
YUV121.1109.32134.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.12%
GREEN value IS 123 (48.44% from 255) = 36.07%
BLUE value IS 88 (34.77% from 255) = 25.81%
R=38.12%
G=36.07%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301238800.050.320.495019.2742.75
Hex827B5805203132132b
Octal202173130054061622353
Binary1000001011110111011000010110000011000111001010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B58; }

 p { color: rgb(130,123,88); }

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

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

 a { background-color: rgb(130,123,88); }

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

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

 span { border-color: rgb(130,123,88); }

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