#827A4F

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

Shades of Clay Creek #827A4F

Tints of Clay Creek #827A4F

Color information

#827A4F (or 0x827A4F) is unknown color: approx Clay Creek. HEX triplet: 82, 7A and 4F. RGB value is (130,122,79). Sum of RGB (Red+Green+Blue) = 130+122+79=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827A4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A4F is #7D85B0. Grayscale: #777777. Windows color (decimal): -8226225 or 5208706. OLE color: 5208706.

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

Color convert

RGB13012279-
CMYK00.060.390.49
HSL50.59º24.4%40.98%-
HSV(B)50.59º39.23%50.98%-
XYZ17.5819.2310.18-
YUV119.49105.15135.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=39.27%
G=36.86%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301227900.060.390.4950.5924.440.98
Hex827A4F062731331829
Octal202172117064761633051
Binary1000001011110101001111011010011111000111001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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