Html Css Color HEX #827467 Sand Dune

📋 copy color: '#827467'

red 130 ◦ green 116 ◦ blue 103

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

Shades of Sand Dune #827467

Tints of Sand Dune #827467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.51%

R = 37.25%
G = 33.24%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#827467 (or 0x827467) is known color: Sand Dune. HEX triplet: 82, 74 and 67. RGB value is (130,116,103). Sum of RGB (Red+Green+Blue) = 130+116+103=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827467 is #7D8B98. Grayscale: #767676. Windows color (decimal): -8227737 or 6780034. OLE color: 6780034.

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

Color convert

RGB 130 116 103 -
CMYK 0 0.11 0.21 0.49
HSL 28.89º 0.12% 0.46% -
HSV(B) 28.89º 0.21% 0.51% -
XYZ 17.9 18.22 15.4 -
YUV 118.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 130 116 103 0 0.11 0.21 0.49 28.89 0.12 0.46
Hex 82 74 67 0 B 15 31 1D C 2E
Octal 202 164 147 0 13 25 61 35 14 56
Binary 10000010 1110100 1100111 0 1011 10101 110001 11101 1100 101110

Color Harmonies of #827467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827467

Black with #827467

Text Example


Text Example

White with #827467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827467; }

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

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

background-color css

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

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

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

border-color css

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

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

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