Html Css Color HEX #828B48 Wasabi

📋 copy color: '#828B48'

red 130 ◦ green 139 ◦ blue 72

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

Shades of Wasabi #828B48

Tints of Wasabi #828B48

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.76%

 BLUE value IS 72 (28.52% from 255) = 21.11%

R = 38.12%
G = 40.76%
B = 21.11%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#828B48 (or 0x828B48) is known color: Wasabi. HEX triplet: 82, 8B and 48. RGB value is (130,139,72). Sum of RGB (Red+Green+Blue) = 130+139+72=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #828B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828B48 is #7D74B7. Grayscale: #808080. Windows color (decimal): -8221880 or 4754306. OLE color: 4754306.

HSL color Cylindrical-coordinate representation of color #828B48: hue angle of 68.06º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #828B48 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 130 139 72 -
CMYK 0.06 0 0.48 0.45
HSL 68.06º 0.32% 0.41% -
HSV(B) 68.06º 0.48% 0.55% -
XYZ 19.61 23.68 9.67 -
YUV 128.67 96.02 128.95 -
System Red Green Blue C M Y K H S L
Decimal 130 139 72 0.06 0 0.48 0.45 68.06 0.32 0.41
Hex 82 8B 48 6 0 30 2D 44 20 29
Octal 202 213 110 6 0 60 55 104 40 51
Binary 10000010 10001011 1001000 110 0 110000 101101 1000100 100000 101001

Color Harmonies of #828B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828B48

Black with #828B48

Text Example


Text Example

White with #828B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828B48; }

 p { color: rgb(130,139,72); }

 H1.HeaderClassName
 {
   color: #828B48;
 }
 .AnyTagClassName
 {
   color: #828B48;
 }
</style>

background-color css

<style>
 a { background-color: #828B48; }

 a { background-color: rgb(130,139,72); }

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

border-color css

<style>
 span { border-color: #828B48; }

 span { border-color: rgb(130,139,72); }

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