Html Css Color HEX #837465 Sand Dune

📋 copy color: '#837465'

red 131 ◦ green 116 ◦ blue 101

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

Shades of Sand Dune #837465

Tints of Sand Dune #837465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 37.64%
G = 33.33%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#837465 (or 0x837465) is known color: Sand Dune. HEX triplet: 83, 74 and 65. RGB value is (131,116,101). Sum of RGB (Red+Green+Blue) = 131+116+101=348 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.64% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 131 - color contains mainly: red. Hex color #837465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837465 is #7C8B9A. Grayscale: #767676. Windows color (decimal): -8162203 or 6648963. OLE color: 6648963.

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

Color convert

RGB 131 116 101 -
CMYK 0 0.11 0.23 0.49
HSL 30º 0.13% 0.45% -
HSV(B) 30º 0.23% 0.51% -
XYZ 17.95 18.26 14.89 -
YUV 118.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 131 116 101 0 0.11 0.23 0.49 30 0.13 0.45
Hex 83 74 65 0 B 17 31 1E D 2D
Octal 203 164 145 0 13 27 61 36 15 55
Binary 10000011 1110100 1100101 0 1011 10111 110001 11110 1101 101101

Color Harmonies of #837465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837465

Black with #837465

Text Example


Text Example

White with #837465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837465; }

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

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

background-color css

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

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

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

border-color css

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

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

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