#827367

Color #827367 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #827367

Tints of Sand Dune #827367

Color information

#827367 (or 0x827367) is unknown color: approx Sand Dune. HEX triplet: 82, 73 and 67. RGB value is (130,115,103). Sum of RGB (Red+Green+Blue) = 130+115+103=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827367 is #7D8C98. Grayscale: #767676. Windows color (decimal): -8227993 or 6779778. OLE color: 6779778.

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

Color convert

RGB130115103-
CMYK00.120.210.49
HSL26.67º11.59%45.69%-
HSV(B)26.67º20.77%50.98%-
XYZ17.7817.9915.37-
YUV118.12119.47136.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 115 (45.31% from 255) = 33.05%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=37.36%
G=33.05%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011510300.120.210.4926.6711.5945.69
Hex8273670C15311bc2e
Octal2021631470142561331456
Binary10000010111001111001110110010101110001110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827367; }

 p { color: rgb(130,115,103); }

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

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

 a { background-color: rgb(130,115,103); }

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

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

 span { border-color: rgb(130,115,103); }

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