Html Css Color HEX #83992E Sushi

📋 copy color: '#83992E'

red 131 ◦ green 153 ◦ blue 46

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

Shades of Sushi #83992E

Tints of Sushi #83992E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.36%

 BLUE value IS 46 (18.36% from 255) = 13.94%

R = 39.7%
G = 46.36%
B = 13.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.70

 K value IS 0.4

RGB Variations

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

Color information

#83992E (or 0x83992E) is known color: Sushi. HEX triplet: 83, 99 and 2E. RGB value is (131,153,46). Sum of RGB (Red+Green+Blue) = 131+153+46=330 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.70% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #83992E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83992E is #7C66D1. Grayscale: #868686. Windows color (decimal): -8152786 or 3053955. OLE color: 3053955.

HSL color Cylindrical-coordinate representation of color #83992E: hue angle of 72.34º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83992E is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB 131 153 46 -
CMYK 0.14 0 0.70 0.4
HSL 72.34º 0.54% 0.39% -
HSV(B) 72.34º 0.7% 0.6% -
XYZ 21.24 27.81 6.83 -
YUV 134.22 78.21 125.7 -
System Red Green Blue C M Y K H S L
Decimal 131 153 46 0.14 0 0.70 0.4 72.34 0.54 0.39
Hex 83 99 2E E 0 46 28 48 36 27
Octal 203 231 56 16 0 106 50 110 66 47
Binary 10000011 10011001 101110 1110 0 1000110 101000 1001000 110110 100111

Color Harmonies of #83992E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83992E

Black with #83992E

Text Example


Text Example

White with #83992E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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