#827A50

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

Shades of Clay Creek #827A50

Tints of Clay Creek #827A50

Color information

#827A50 (or 0x827A50) is unknown color: approx Clay Creek. HEX triplet: 82, 7A and 50. RGB value is (130,122,80). Sum of RGB (Red+Green+Blue) = 130+122+80=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 130 - color contains mainly: red. Hex color #827A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A50 is #7D85AF. Grayscale: #777777. Windows color (decimal): -8226224 or 5274242. OLE color: 5274242.

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

Color convert

RGB13012280-
CMYK00.060.380.49
HSL50.4º23.81%41.18%-
HSV(B)50.4º38.46%50.98%-
XYZ17.6119.2410.38-
YUV119.6105.65135.42-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.16%
GREEN value IS 122 (48.05% from 255) = 36.75%
BLUE value IS 80 (31.64% from 255) = 24.10%
R=39.16%
G=36.75%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301228000.060.380.4950.423.8141.18
Hex827A50062631321829
Octal202172120064661623051
Binary1000001011110101010000011010011011000111001011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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