#83902C

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

Shades of Wasabi #83902C

Tints of Wasabi #83902C

Color information

#83902C (or 0x83902C) is unknown color: approx Wasabi. HEX triplet: 83, 90 and 2C. RGB value is (131,144,44). Sum of RGB (Red+Green+Blue) = 131+144+44=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #83902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83902C is #7C6FD3. Grayscale: #818181. Windows color (decimal): -8155092 or 2920579. OLE color: 2920579.

HSL color Cylindrical-coordinate representation of color #83902C: hue angle of 67.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #83902C is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB13114444-
CMYK0.0900.690.44
HSL67.8º53.19%36.86%-
HSV(B)67.8º69.44%56.47%-
XYZ19.7924.956.16-
YUV128.7180.19129.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.07%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 44 (17.58% from 255) = 13.79%
R=41.07%
G=45.14%
B=13.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal131144440.0900.690.4467.853.1936.86
Hex83902C90452C443525
Octal20322054110105541046545
Binary10000011100100001011001001010001011011001000100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83902C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83902C; }

 p { color: rgb(131,144,44); }

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

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

 a { background-color: rgb(131,144,44); }

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

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

 span { border-color: rgb(131,144,44); }

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