Html Css Color HEX #82873D Wasabi

📋 copy color: '#82873D'

red 130 ◦ green 135 ◦ blue 61

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

Shades of Wasabi #82873D

Tints of Wasabi #82873D

RGB

 RED value IS 130 (51.17% from 255) = 39.88%

 GREEN value IS 135 (53.13% from 255) = 41.41%

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 39.88%
G = 41.41%
B = 18.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#82873D (or 0x82873D) is known color: Wasabi. HEX triplet: 82, 87 and 3D. RGB value is (130,135,61). Sum of RGB (Red+Green+Blue) = 130+135+61=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 135 - color contains mainly: green. Hex color #82873D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82873D is #7D78C2. Grayscale: #7D7D7D. Windows color (decimal): -8222915 or 4032386. OLE color: 4032386.

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

Color convert

RGB 130 135 61 -
CMYK 0.04 0 0.55 0.47
HSL 64.05º 0.38% 0.38% -
HSV(B) 64.05º 0.55% 0.53% -
XYZ 18.71 22.41 7.75 -
YUV 125.07 91.84 131.52 -
System Red Green Blue C M Y K H S L
Decimal 130 135 61 0.04 0 0.55 0.47 64.05 0.38 0.38
Hex 82 87 3D 4 0 37 2F 40 26 26
Octal 202 207 75 4 0 67 57 100 46 46
Binary 10000010 10000111 111101 100 0 110111 101111 1000000 100110 100110

Color Harmonies of #82873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82873D

Black with #82873D

Text Example


Text Example

White with #82873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82873D; }

 p { color: rgb(130,135,61); }

 H1.HeaderClassName
 {
   color: #82873D;
 }
 .AnyTagClassName
 {
   color: #82873D;
 }
</style>

background-color css

<style>
 a { background-color: #82873D; }

 a { background-color: rgb(130,135,61); }

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

border-color css

<style>
 span { border-color: #82873D; }

 span { border-color: rgb(130,135,61); }

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