#827954

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

Shades of Clay Creek #827954

Tints of Clay Creek #827954

Color information

#827954 (or 0x827954) is unknown color: approx Clay Creek. HEX triplet: 82, 79 and 54. RGB value is (130,121,84). Sum of RGB (Red+Green+Blue) = 130+121+84=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827954 is #7D86AB. Grayscale: #777777. Windows color (decimal): -8226476 or 5536130. OLE color: 5536130.

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

Color convert

RGB13012184-
CMYK00.070.350.49
HSL48.26º21.5%41.96%-
HSV(B)48.26º35.38%50.98%-
XYZ17.6419.0611.14-
YUV119.47107.98135.51-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=38.81%
G=36.12%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301218400.070.350.4948.2621.541.96
Hex82795407233130152a
Octal202171124074361602552
Binary1000001011110011010100011110001111000111000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827954; }

 p { color: rgb(130,121,84); }

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

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

 a { background-color: rgb(130,121,84); }

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

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

 span { border-color: rgb(130,121,84); }

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