Html Css Color HEX #83902D Wasabi

📋 copy color: '#83902D'

red 131 ◦ green 144 ◦ blue 45

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

Shades of Wasabi #83902D

Tints of Wasabi #83902D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45%

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 40.94%
G = 45%
B = 14.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#83902D (or 0x83902D) is known color: Wasabi. HEX triplet: 83, 90 and 2D. RGB value is (131,144,45). Sum of RGB (Red+Green+Blue) = 131+144+45=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 144 (56.64% from 255 or 45% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 144 - color contains mainly: green. Hex color #83902D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83902D is #7C6FD2. Grayscale: #818181. Windows color (decimal): -8155091 or 2986115. OLE color: 2986115.

HSL color Cylindrical-coordinate representation of color #83902D: hue angle of 67.88º degrees, saturation: 0.52, 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 #83902D is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 45 -
CMYK 0.09 0 0.69 0.44
HSL 67.88º 0.52% 0.37% -
HSV(B) 67.88º 0.69% 0.56% -
XYZ 19.81 24.96 6.26 -
YUV 128.83 80.69 129.55 -
System Red Green Blue C M Y K H S L
Decimal 131 144 45 0.09 0 0.69 0.44 67.88 0.52 0.37
Hex 83 90 2D 9 0 45 2C 44 34 25
Octal 203 220 55 11 0 105 54 104 64 45
Binary 10000011 10010000 101101 1001 0 1000101 101100 1000100 110100 100101

Color Harmonies of #83902D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83902D

Black with #83902D

Text Example


Text Example

White with #83902D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83902D;
 }
 .AnyTagClassName
 {
   color: #83902D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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