Html Css Color HEX #827363 Sand Dune

📋 copy color: '#827363'

red 130 ◦ green 115 ◦ blue 99

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

Shades of Sand Dune #827363

Tints of Sand Dune #827363

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 99 (39.06% from 255) = 28.78%

R = 37.79%
G = 33.43%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#827363 (or 0x827363) is known color: Sand Dune. HEX triplet: 82, 73 and 63. RGB value is (130,115,99). Sum of RGB (Red+Green+Blue) = 130+115+99=344 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.79% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 130 - color contains mainly: red. Hex color #827363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827363 is #7D8C9C. Grayscale: #757575. Windows color (decimal): -8227997 or 6517634. OLE color: 6517634.

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

Color convert

RGB 130 115 99 -
CMYK 0 0.12 0.24 0.49
HSL 30.97º 0.14% 0.45% -
HSV(B) 30.97º 0.24% 0.51% -
XYZ 17.59 17.91 14.33 -
YUV 117.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 130 115 99 0 0.12 0.24 0.49 30.97 0.14 0.45
Hex 82 73 63 0 C 18 31 1F E 2D
Octal 202 163 143 0 14 30 61 37 16 55
Binary 10000010 1110011 1100011 0 1100 11000 110001 11111 1110 101101

Color Harmonies of #827363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827363

Black with #827363

Text Example


Text Example

White with #827363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827363; }

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

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

background-color css

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

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

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

border-color css

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

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

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