#71853A

Color #71853A Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #71853A

Tints of Wasabi #71853A

Color information

#71853A (or 0x71853A) is unknown color: approx 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

RGB11313358-
CMYK0.1500.560.48
HSL76º39.27%37.45%-
HSV(B)76º56.39%52.16%-
XYZ15.9620.597.14-
YUV118.4793.87124.1-

RGB Variations

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

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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133580.1500.560.487639.2737.45
Hex71853AF038304c2725
Octal1612057217070601144745
Binary111000110000101111010111101110001100001001100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>