Html Css Color HEX #827368 Sand Dune

📋 copy color: '#827368'

red 130 ◦ green 115 ◦ blue 104

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

Shades of Sand Dune #827368

Tints of Sand Dune #827368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.8%

R = 37.25%
G = 32.95%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#827368 (or 0x827368) is known color: Sand Dune. HEX triplet: 82, 73 and 68. RGB value is (130,115,104). Sum of RGB (Red+Green+Blue) = 130+115+104=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 130 - color contains mainly: red. Hex color #827368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827368 is #7D8C97. Grayscale: #767676. Windows color (decimal): -8227992 or 6845314. OLE color: 6845314.

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

Color convert

RGB 130 115 104 -
CMYK 0 0.12 0.2 0.49
HSL 25.38º 0.11% 0.46% -
HSV(B) 25.38º 0.2% 0.51% -
XYZ 17.84 18.01 15.63 -
YUV 118.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 130 115 104 0 0.12 0.2 0.49 25.38 0.11 0.46
Hex 82 73 68 0 C 14 31 19 B 2E
Octal 202 163 150 0 14 24 61 31 13 56
Binary 10000010 1110011 1101000 0 1100 10100 110001 11001 1011 101110

Color Harmonies of #827368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827368

Black with #827368

Text Example


Text Example

White with #827368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827368; }

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

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

background-color css

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

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

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

border-color css

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

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

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