Html Css Color HEX #71853A Wasabi

📋 copy color: '#71853A'

red 113 ◦ green 133 ◦ blue 58

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

Shades of Wasabi #71853A

Tints of Wasabi #71853A

RGB

 RED value IS 113 (44.53% from 255) = 37.17%

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

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

R = 37.17%
G = 43.75%
B = 19.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#71853A (or 0x71853A) is known color: Wasabi. HEX triplet: 71, 85 and 3A. RGB value is (113,133,58). Sum of RGB (Red+Green+Blue) = 113+133+58=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #71853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71853A is #8E7AC5. Grayscale: #767676. Windows color (decimal): -9337542 or 3835249. OLE color: 3835249.

HSL color Cylindrical-coordinate representation of color #71853A: hue angle of 76º 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 #71853A is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 58 -
CMYK 0.15 0 0.56 0.48
HSL 76º 0.39% 0.37% -
HSV(B) 76º 0.56% 0.52% -
XYZ 15.96 20.59 7.14 -
YUV 118.47 93.87 124.1 -
System Red Green Blue C M Y K H S L
Decimal 113 133 58 0.15 0 0.56 0.48 76 0.39 0.37
Hex 71 85 3A F 0 38 30 4C 27 25
Octal 161 205 72 17 0 70 60 114 47 45
Binary 1110001 10000101 111010 1111 0 111000 110000 1001100 100111 100101

Color Harmonies of #71853A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71853A

Black with #71853A

Text Example


Text Example

White with #71853A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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