Html Css Color HEX #837265 Sand Dune

📋 copy color: '#837265'

red 131 ◦ green 114 ◦ blue 101

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

Shades of Sand Dune #837265

Tints of Sand Dune #837265

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.95%

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

R = 37.86%
G = 32.95%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#837265 (or 0x837265) is known color: Sand Dune. HEX triplet: 83, 72 and 65. RGB value is (131,114,101). Sum of RGB (Red+Green+Blue) = 131+114+101=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #837265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837265 is #7C8D9A. Grayscale: #757575. Windows color (decimal): -8162715 or 6648451. OLE color: 6648451.

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

Color convert

RGB 131 114 101 -
CMYK 0 0.13 0.23 0.49
HSL 26º 0.13% 0.45% -
HSV(B) 26º 0.23% 0.51% -
XYZ 17.73 17.8 14.81 -
YUV 117.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 131 114 101 0 0.13 0.23 0.49 26 0.13 0.45
Hex 83 72 65 0 D 17 31 1A D 2D
Octal 203 162 145 0 15 27 61 32 15 55
Binary 10000011 1110010 1100101 0 1101 10111 110001 11010 1101 101101

Color Harmonies of #837265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837265

Black with #837265

Text Example


Text Example

White with #837265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837265; }

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

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

background-color css

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

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

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

border-color css

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

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

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