#83853D

Color #83853D Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #83853D

Tints of Wasabi #83853D

Color information

#83853D (or 0x83853D) is unknown color: approx Wasabi. HEX triplet: 83, 85 and 3D. RGB value is (131,133,61). Sum of RGB (Red+Green+Blue) = 131+133+61=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 133 (52.34% from 255 or 40.92% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 133 - color contains mainly: green. Hex color #83853D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83853D is #7C7AC2. Grayscale: #7C7C7C. Windows color (decimal): -8157891 or 4031875. OLE color: 4031875.

HSL color Cylindrical-coordinate representation of color #83853D: hue angle of 61.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83853D is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB13113361-
CMYK0.0200.540.48
HSL61.67º37.11%38.04%-
HSV(B)61.67º54.14%52.16%-
XYZ18.5921.947.67-
YUV124.1992.34132.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.31%
GREEN value IS 133 (52.34% from 255) = 40.92%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=40.31%
G=40.92%
B=18.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131133610.0200.540.4861.6737.1138.04
Hex83853D2036303e2526
Octal20320575206660764546
Binary1000001110000101111101100110110110000111110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83853D; }

 p { color: rgb(131,133,61); }

 H1.HeaderClassName
 {
   color: #83853D;
 }
 .AnyTagClassName
 {
   color: #83853D;
 }
</style>
background-color css

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

 a { background-color: rgb(131,133,61); }

 div.DivClassName
 {
   background-color: #83853D;
 }
 .BgClassName
 {
   background-color: #83853D;
 }
</style>
border-color css

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

 span { border-color: rgb(131,133,61); }

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