Html Css Color HEX #827462 Sand Dune

📋 copy color: '#827462'

red 130 ◦ green 116 ◦ blue 98

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

Shades of Sand Dune #827462

Tints of Sand Dune #827462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.49%

R = 37.79%
G = 33.72%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#827462 (or 0x827462) is known color: Sand Dune. HEX triplet: 82, 74 and 62. RGB value is (130,116,98). Sum of RGB (Red+Green+Blue) = 130+116+98=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 98 (38.67% from 255 or 28.49% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827462 is #7D8B9D. Grayscale: #767676. Windows color (decimal): -8227742 or 6452354. OLE color: 6452354.

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

Color convert

RGB 130 116 98 -
CMYK 0 0.11 0.25 0.49
HSL 33.75º 0.14% 0.45% -
HSV(B) 33.75º 0.25% 0.51% -
XYZ 17.66 18.12 14.12 -
YUV 118.13 116.64 136.46 -
System Red Green Blue C M Y K H S L
Decimal 130 116 98 0 0.11 0.25 0.49 33.75 0.14 0.45
Hex 82 74 62 0 B 19 31 22 E 2D
Octal 202 164 142 0 13 31 61 42 16 55
Binary 10000010 1110100 1100010 0 1011 11001 110001 100010 1110 101101

Color Harmonies of #827462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827462

Black with #827462

Text Example


Text Example

White with #827462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827462; }

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

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

background-color css

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

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

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

border-color css

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

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

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