Html Css Color HEX #827465 Sand Dune

📋 copy color: '#827465'

red 130 ◦ green 116 ◦ blue 101

#827465
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sand Dune #827465

Tints of Sand Dune #827465

RGB

 RED value IS 130 (51.17% from 255) = 37.46%

 GREEN value IS 116 (45.7% from 255) = 33.43%

 BLUE value IS 101 (39.84% from 255) = 29.11%

R = 37.46%
G = 33.43%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#827465 (or 0x827465) is known color: Sand Dune. HEX triplet: 82, 74 and 65. RGB value is (130,116,101). Sum of RGB (Red+Green+Blue) = 130+116+101=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 130 - color contains mainly: red. Hex color #827465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827465 is #7D8B9A. Grayscale: #767676. Windows color (decimal): -8227739 or 6648962. OLE color: 6648962.

HSL color Cylindrical-coordinate representation of color #827465: hue angle of 31.03º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827465 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 116 101 -
CMYK 0 0.11 0.22 0.49
HSL 31.03º 0.13% 0.45% -
HSV(B) 31.03º 0.22% 0.51% -
XYZ 17.8 18.18 14.88 -
YUV 118.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 130 116 101 0 0.11 0.22 0.49 31.03 0.13 0.45
Hex 82 74 65 0 B 16 31 1F D 2D
Octal 202 164 145 0 13 26 61 37 15 55
Binary 10000010 1110100 1100101 0 1011 10110 110001 11111 1101 101101

Color Harmonies of #827465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827465

Black with #827465

Text Example


Text Example

White with #827465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827465; }

 p { color: rgb(130,116,101); }

 H1.HeaderClassName
 {
   color: #827465;
 }
 .AnyTagClassName
 {
   color: #827465;
 }
</style>

background-color css

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

 a { background-color: rgb(130,116,101); }

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

border-color css

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

 span { border-color: rgb(130,116,101); }

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