#827B55

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

Shades of Clay Creek #827B55

Tints of Clay Creek #827B55

Color information

#827B55 (or 0x827B55) is unknown color: approx Clay Creek. HEX triplet: 82, 7B and 55. RGB value is (130,123,85). Sum of RGB (Red+Green+Blue) = 130+123+85=338 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.46% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 130 - color contains mainly: red. Hex color #827B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827B55 is #7D84AA. Grayscale: #787878. Windows color (decimal): -8225963 or 5602178. OLE color: 5602178.

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

Color convert

RGB13012385-
CMYK00.050.350.49
HSL50.67º20.93%42.16%-
HSV(B)50.67º34.62%50.98%-
XYZ17.9319.5711.43-
YUV120.76107.82134.59-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.46%
GREEN value IS 123 (48.44% from 255) = 36.39%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=38.46%
G=36.39%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301238500.050.350.4950.6720.9342.16
Hex827B5505233133152a
Octal202173125054361632552
Binary1000001011110111010101010110001111000111001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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