Html Css Color HEX #837461 Sand Dune

📋 copy color: '#837461'

red 131 ◦ green 116 ◦ blue 97

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

Shades of Sand Dune #837461

Tints of Sand Dune #837461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 28.2%

R = 38.08%
G = 33.72%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#837461 (or 0x837461) is known color: Sand Dune. HEX triplet: 83, 74 and 61. RGB value is (131,116,97). Sum of RGB (Red+Green+Blue) = 131+116+97=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #837461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837461 is #7C8B9E. Grayscale: #767676. Windows color (decimal): -8162207 or 6386819. OLE color: 6386819.

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

Color convert

RGB 131 116 97 -
CMYK 0 0.11 0.26 0.49
HSL 33.53º 0.15% 0.45% -
HSV(B) 33.53º 0.26% 0.51% -
XYZ 17.76 18.18 13.88 -
YUV 118.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 131 116 97 0 0.11 0.26 0.49 33.53 0.15 0.45
Hex 83 74 61 0 B 1A 31 22 F 2D
Octal 203 164 141 0 13 32 61 42 17 55
Binary 10000011 1110100 1100001 0 1011 11010 110001 100010 1111 101101

Color Harmonies of #837461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837461

Black with #837461

Text Example


Text Example

White with #837461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837461; }

 p { color: rgb(131,116,97); }

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

background-color css

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

 a { background-color: rgb(131,116,97); }

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

border-color css

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

 span { border-color: rgb(131,116,97); }

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