Html Css Color HEX #837360 Sand Dune

📋 copy color: '#837360'

red 131 ◦ green 115 ◦ blue 96

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

Shades of Sand Dune #837360

Tints of Sand Dune #837360

RGB

 RED value IS 131 (51.56% from 255) = 38.3%

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

 BLUE value IS 96 (37.89% from 255) = 28.07%

R = 38.3%
G = 33.63%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#837360 (or 0x837360) is known color: Sand Dune. HEX triplet: 83, 73 and 60. RGB value is (131,115,96). Sum of RGB (Red+Green+Blue) = 131+115+96=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #837360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837360 is #7C8C9F. Grayscale: #757575. Windows color (decimal): -8162464 or 6321027. OLE color: 6321027.

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

Color convert

RGB 131 115 96 -
CMYK 0 0.12 0.27 0.49
HSL 32.57º 0.15% 0.45% -
HSV(B) 32.57º 0.27% 0.51% -
XYZ 17.6 17.93 13.6 -
YUV 117.62 115.8 137.54 -
System Red Green Blue C M Y K H S L
Decimal 131 115 96 0 0.12 0.27 0.49 32.57 0.15 0.45
Hex 83 73 60 0 C 1B 31 21 F 2D
Octal 203 163 140 0 14 33 61 41 17 55
Binary 10000011 1110011 1100000 0 1100 11011 110001 100001 1111 101101

Color Harmonies of #837360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837360

Black with #837360

Text Example


Text Example

White with #837360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837360; }

 p { color: rgb(131,115,96); }

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

background-color css

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

 a { background-color: rgb(131,115,96); }

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

border-color css

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

 span { border-color: rgb(131,115,96); }

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