Html Css Color HEX #828748 Wasabi

📋 copy color: '#828748'

red 130 ◦ green 135 ◦ blue 72

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

Shades of Wasabi #828748

Tints of Wasabi #828748

RGB

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

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

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

R = 38.58%
G = 40.06%
B = 21.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#828748 (or 0x828748) is known color: Wasabi. HEX triplet: 82, 87 and 48. RGB value is (130,135,72). Sum of RGB (Red+Green+Blue) = 130+135+72=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 135 - color contains mainly: green. Hex color #828748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828748 is #7D78B7. Grayscale: #7E7E7E. Windows color (decimal): -8222904 or 4753282. OLE color: 4753282.

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

Color convert

RGB 130 135 72 -
CMYK 0.04 0 0.47 0.47
HSL 64.76º 0.3% 0.41% -
HSV(B) 64.76º 0.47% 0.53% -
XYZ 19.04 22.54 9.48 -
YUV 126.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 130 135 72 0.04 0 0.47 0.47 64.76 0.3 0.41
Hex 82 87 48 4 0 2F 2F 41 1E 29
Octal 202 207 110 4 0 57 57 101 36 51
Binary 10000010 10000111 1001000 100 0 101111 101111 1000001 11110 101001

Color Harmonies of #828748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #828748

Black with #828748

Text Example


Text Example

White with #828748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #828748; }

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

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

background-color css

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

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

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

border-color css

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

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

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