Html Css Color HEX #83756B Sand Dune

📋 copy color: '#83756B'

red 131 ◦ green 117 ◦ blue 107

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

Shades of Sand Dune #83756B

Tints of Sand Dune #83756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.96%

 BLUE value IS 107 (42.19% from 255) = 30.14%

R = 36.9%
G = 32.96%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83756B (or 0x83756B) is known color: Sand Dune. HEX triplet: 83, 75 and 6B. RGB value is (131,117,107). Sum of RGB (Red+Green+Blue) = 131+117+107=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 131 - color contains mainly: red. Hex color #83756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83756B is #7C8A94. Grayscale: #787878. Windows color (decimal): -8161941 or 7042435. OLE color: 7042435.

HSL color Cylindrical-coordinate representation of color #83756B: hue angle of 25º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83756B is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 117 107 -
CMYK 0 0.11 0.18 0.49
HSL 25º 0.1% 0.47% -
HSV(B) 25º 0.18% 0.51% -
XYZ 18.38 18.61 16.53 -
YUV 120.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 131 117 107 0 0.11 0.18 0.49 25 0.1 0.47
Hex 83 75 6B 0 B 12 31 19 A 2F
Octal 203 165 153 0 13 22 61 31 12 57
Binary 10000011 1110101 1101011 0 1011 10010 110001 11001 1010 101111

Color Harmonies of #83756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83756B

Black with #83756B

Text Example


Text Example

White with #83756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83756B; }

 p { color: rgb(131,117,107); }

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

background-color css

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

 a { background-color: rgb(131,117,107); }

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

border-color css

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

 span { border-color: rgb(131,117,107); }

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