#827A58

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

Shades of Clay Creek #827A58

Tints of Clay Creek #827A58

Color information

#827A58 (or 0x827A58) is unknown color: approx Clay Creek. HEX triplet: 82, 7A and 58. RGB value is (130,122,88). Sum of RGB (Red+Green+Blue) = 130+122+88=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #827A58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A58 is #7D85A7. Grayscale: #787878. Windows color (decimal): -8226216 or 5798530. OLE color: 5798530.

HSL color Cylindrical-coordinate representation of color #827A58: hue angle of 48.57º 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 #827A58 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB13012288-
CMYK00.060.320.49
HSL48.57º19.27%42.75%-
HSV(B)48.57º32.31%50.98%-
XYZ17.9319.3712.03-
YUV120.52109.65134.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.24%
GREEN value IS 122 (48.05% from 255) = 35.88%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=38.24%
G=35.88%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301228800.060.320.4948.5719.2742.75
Hex827A5806203131132b
Octal202172130064061612353
Binary1000001011110101011000011010000011000111000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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