#827B5E

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

Shades of Clay Creek #827B5E

Tints of Clay Creek #827B5E

Color information

#827B5E (or 0x827B5E) is unknown color: approx Clay Creek. HEX triplet: 82, 7B and 5E. RGB value is (130,123,94). Sum of RGB (Red+Green+Blue) = 130+123+94=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B5E is #7D84A1. Grayscale: #797979. Windows color (decimal): -8225954 or 6192002. OLE color: 6192002.

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

Color convert

RGB13012394-
CMYK00.050.280.49
HSL48.33º16.07%43.92%-
HSV(B)48.33º27.69%50.98%-
XYZ18.3119.7213.43-
YUV121.79112.32133.86-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.46%
GREEN value IS 123 (48.44% from 255) = 35.45%
BLUE value IS 94 (37.11% from 255) = 27.09%
R=37.46%
G=35.45%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301239400.050.280.4948.3316.0743.92
Hex827B5E051C3130102c
Octal202173136053461602054
Binary100000101111011101111001011110011000111000010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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