#827752

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

Shades of Clay Creek #827752

Tints of Clay Creek #827752

Color information

#827752 (or 0x827752) is unknown color: approx Clay Creek. HEX triplet: 82, 77 and 52. RGB value is (130,119,82). Sum of RGB (Red+Green+Blue) = 130+119+82=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827752 is #7D88AD. Grayscale: #767676. Windows color (decimal): -8226990 or 5404546. OLE color: 5404546.

HSL color Cylindrical-coordinate representation of color #827752: hue angle of 46.25º 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 #827752 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB13011982-
CMYK00.080.370.49
HSL46.25º22.64%41.57%-
HSV(B)46.25º36.92%50.98%-
XYZ17.3318.5510.65-
YUV118.07107.64136.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.27%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 82 (32.42% from 255) = 24.77%
R=39.27%
G=35.95%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301198200.080.370.4946.2522.6441.57
Hex8277520825312e172a
Octal2021671220104561562752
Binary10000010111011110100100100010010111000110111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827752; }

 p { color: rgb(130,119,82); }

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

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

 a { background-color: rgb(130,119,82); }

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

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

 span { border-color: rgb(130,119,82); }

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