Html Css Color HEX #83853A Wasabi

📋 copy color: '#83853A'

red 131 ◦ green 133 ◦ blue 58

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

Shades of Wasabi #83853A

Tints of Wasabi #83853A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.3%

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 40.68%
G = 41.3%
B = 18.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#83853A (or 0x83853A) is known color: Wasabi. HEX triplet: 83, 85 and 3A. RGB value is (131,133,58). Sum of RGB (Red+Green+Blue) = 131+133+58=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 133 (52.34% from 255 or 41.30% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 133 - color contains mainly: green. Hex color #83853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83853A is #7C7AC5. Grayscale: #7C7C7C. Windows color (decimal): -8157894 or 3835267. OLE color: 3835267.

HSL color Cylindrical-coordinate representation of color #83853A: hue angle of 61.6º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83853A is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 133 58 -
CMYK 0.02 0 0.56 0.48
HSL 61.6º 0.39% 0.37% -
HSV(B) 61.6º 0.56% 0.52% -
XYZ 18.51 21.91 7.26 -
YUV 123.85 90.84 133.1 -
System Red Green Blue C M Y K H S L
Decimal 131 133 58 0.02 0 0.56 0.48 61.6 0.39 0.37
Hex 83 85 3A 2 0 38 30 3E 27 25
Octal 203 205 72 2 0 70 60 76 47 45
Binary 10000011 10000101 111010 10 0 111000 110000 111110 100111 100101

Color Harmonies of #83853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83853A

Black with #83853A

Text Example


Text Example

White with #83853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,133,58); }

 H1.HeaderClassName
 {
   color: #83853A;
 }
 .AnyTagClassName
 {
   color: #83853A;
 }
</style>

background-color css

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

 a { background-color: rgb(131,133,58); }

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

border-color css

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

 span { border-color: rgb(131,133,58); }

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