#81874B

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

Shades of Wasabi #81874B

Tints of Wasabi #81874B

Color information

#81874B (or 0x81874B) is unknown color: approx Wasabi. HEX triplet: 81, 87 and 4B. RGB value is (129,135,75). Sum of RGB (Red+Green+Blue) = 129+135+75=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #81874B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81874B is #7E78B4. Grayscale: #7E7E7E. Windows color (decimal): -8288437 or 4949889. OLE color: 4949889.

HSL color Cylindrical-coordinate representation of color #81874B: hue angle of 66º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81874B is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB12913575-
CMYK0.0400.440.47
HSL66º28.57%41.18%-
HSV(B)66º44.44%52.94%-
XYZ18.9922.510-
YUV126.3799.01129.88-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.05%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=38.05%
G=39.82%
B=22.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135750.0400.440.476628.5741.18
Hex81874B402C2F421d29
Octal2012071134054571023551
Binary100000011000011110010111000101100101111100001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81874B; }

 p { color: rgb(129,135,75); }

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

<style>
 a { background-color: #81874B; }

 a { background-color: rgb(129,135,75); }

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

<style>
 span { border-color: #81874B; }

 span { border-color: rgb(129,135,75); }

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