#83992A

Color #83992A Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #83992A

Tints of Sushi #83992A

Color information

#83992A (or 0x83992A) is unknown color: approx Sushi. HEX triplet: 83, 99 and 2A. RGB value is (131,153,42). Sum of RGB (Red+Green+Blue) = 131+153+42=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #83992A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83992A is #7C66D5. Grayscale: #868686. Windows color (decimal): -8152790 or 2791811. OLE color: 2791811.

HSL color Cylindrical-coordinate representation of color #83992A: hue angle of 71.89º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #83992A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB13115342-
CMYK0.1400.730.4
HSL71.89º56.92%38.24%-
HSV(B)71.89º72.55%60%-
XYZ21.1727.776.44-
YUV133.7776.21126.03-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 42 (16.80% from 255) = 12.88%
R=40.18%
G=46.93%
B=12.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal131153420.1400.730.471.8956.9238.24
Hex83992AE04928483926
Octal20323152160111501107146
Binary10000011100110011010101110010010011010001001000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83992A; }

 p { color: rgb(131,153,42); }

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

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

 a { background-color: rgb(131,153,42); }

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

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

 span { border-color: rgb(131,153,42); }

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