#70853E

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

Shades of Wasabi #70853E

Tints of Wasabi #70853E

Color information

#70853E (or 0x70853E) is unknown color: approx Wasabi. HEX triplet: 70, 85 and 3E. RGB value is (112,133,62). Sum of RGB (Red+Green+Blue) = 112+133+62=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 133 (52.34% from 255 or 43.32% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 133 - color contains mainly: green. Hex color #70853E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70853E is #8F7AC1. Grayscale: #767676. Windows color (decimal): -9403074 or 4097392. OLE color: 4097392.

HSL color Cylindrical-coordinate representation of color #70853E: hue angle of 77.75º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70853E is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB11213362-
CMYK0.1600.530.48
HSL77.75º36.41%38.24%-
HSV(B)77.75º53.38%52.16%-
XYZ15.9420.577.69-
YUV118.6396.04123.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 133 (52.34% from 255) = 43.32%
BLUE value IS 62 (24.61% from 255) = 20.20%
R=36.48%
G=43.32%
B=20.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133620.1600.530.4877.7536.4138.24
Hex70853E10035304e2426
Octal1602057620065601164446
Binary1110000100001011111101000001101011100001001110100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70853E; }

 p { color: rgb(112,133,62); }

 H1.HeaderClassName
 {
   color: #70853E;
 }
 .AnyTagClassName
 {
   color: #70853E;
 }
</style>
background-color css

<style>
 a { background-color: #70853E; }

 a { background-color: rgb(112,133,62); }

 div.DivClassName
 {
   background-color: #70853E;
 }
 .BgClassName
 {
   background-color: #70853E;
 }
</style>
border-color css

<style>
 span { border-color: #70853E; }

 span { border-color: rgb(112,133,62); }

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