Html Css Color HEX #827367 Sand Dune

📋 copy color: '#827367'

red 130 ◦ green 115 ◦ blue 103

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

Shades of Sand Dune #827367

Tints of Sand Dune #827367

RGB

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

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

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

R = 37.36%
G = 33.05%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#827367 (or 0x827367) is known color: Sand Dune. HEX triplet: 82, 73 and 67. RGB value is (130,115,103). Sum of RGB (Red+Green+Blue) = 130+115+103=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827367 is #7D8C98. Grayscale: #767676. Windows color (decimal): -8227993 or 6779778. OLE color: 6779778.

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

Color convert

RGB 130 115 103 -
CMYK 0 0.12 0.21 0.49
HSL 26.67º 0.12% 0.46% -
HSV(B) 26.67º 0.21% 0.51% -
XYZ 17.78 17.99 15.37 -
YUV 118.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 130 115 103 0 0.12 0.21 0.49 26.67 0.12 0.46
Hex 82 73 67 0 C 15 31 1B C 2E
Octal 202 163 147 0 14 25 61 33 14 56
Binary 10000010 1110011 1100111 0 1100 10101 110001 11011 1100 101110

Color Harmonies of #827367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827367

Black with #827367

Text Example


Text Example

White with #827367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827367; }

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

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

background-color css

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

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

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

border-color css

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

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

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