Html Css Color HEX #81863A Wasabi

📋 copy color: '#81863A'

red 129 ◦ green 134 ◦ blue 58

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

Shades of Wasabi #81863A

Tints of Wasabi #81863A

RGB

 RED value IS 129 (50.78% from 255) = 40.19%

 GREEN value IS 134 (52.73% from 255) = 41.74%

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

R = 40.19%
G = 41.74%
B = 18.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#81863A (or 0x81863A) is known color: Wasabi. HEX triplet: 81, 86 and 3A. RGB value is (129,134,58). Sum of RGB (Red+Green+Blue) = 129+134+58=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 134 - color contains mainly: green. Hex color #81863A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81863A is #7E79C5. Grayscale: #7C7C7C. Windows color (decimal): -8288710 or 3835521. OLE color: 3835521.

HSL color Cylindrical-coordinate representation of color #81863A: hue angle of 63.95º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81863A is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 129 134 58 -
CMYK 0.04 0 0.57 0.47
HSL 63.95º 0.4% 0.38% -
HSV(B) 63.95º 0.57% 0.53% -
XYZ 18.34 22.02 7.29 -
YUV 123.84 90.84 131.68 -
System Red Green Blue C M Y K H S L
Decimal 129 134 58 0.04 0 0.57 0.47 63.95 0.4 0.38
Hex 81 86 3A 4 0 39 2F 40 28 26
Octal 201 206 72 4 0 71 57 100 50 46
Binary 10000001 10000110 111010 100 0 111001 101111 1000000 101000 100110

Color Harmonies of #81863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81863A

Black with #81863A

Text Example


Text Example

White with #81863A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,134,58); }

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

background-color css

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

 a { background-color: rgb(129,134,58); }

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

border-color css

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

 span { border-color: rgb(129,134,58); }

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