Html Css Color HEX #83992C Sushi

📋 copy color: '#83992C'

red 131 ◦ green 153 ◦ blue 44

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

Shades of Sushi #83992C

Tints of Sushi #83992C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.41%

R = 39.94%
G = 46.65%
B = 13.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#83992C (or 0x83992C) is known color: Sushi. HEX triplet: 83, 99 and 2C. RGB value is (131,153,44). Sum of RGB (Red+Green+Blue) = 131+153+44=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #83992C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83992C is #7C66D3. Grayscale: #868686. Windows color (decimal): -8152788 or 2922883. OLE color: 2922883.

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

Color convert

RGB 131 153 44 -
CMYK 0.14 0 0.71 0.4
HSL 72.11º 0.55% 0.39% -
HSV(B) 72.11º 0.71% 0.6% -
XYZ 21.21 27.79 6.63 -
YUV 134 77.21 125.86 -
System Red Green Blue C M Y K H S L
Decimal 131 153 44 0.14 0 0.71 0.4 72.11 0.55 0.39
Hex 83 99 2C E 0 47 28 48 37 27
Octal 203 231 54 16 0 107 50 110 67 47
Binary 10000011 10011001 101100 1110 0 1000111 101000 1001000 110111 100111

Color Harmonies of #83992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83992C

Black with #83992C

Text Example


Text Example

White with #83992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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