Html Css Color HEX #82753A Pesto

📋 copy color: '#82753A'

red 130 ◦ green 117 ◦ blue 58

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

Shades of Pesto #82753A

Tints of Pesto #82753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.36%

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

R = 42.62%
G = 38.36%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82753A (or 0x82753A) is known color: Pesto. HEX triplet: 82, 75 and 3A. RGB value is (130,117,58). Sum of RGB (Red+Green+Blue) = 130+117+58=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #82753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82753A is #7D8AC5. Grayscale: #727272. Windows color (decimal): -8227526 or 3831170. OLE color: 3831170.

HSL color Cylindrical-coordinate representation of color #82753A: hue angle of 49.17º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #82753A is Cyan = 0, Magento = 0.1, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 58 -
CMYK 0 0.1 0.55 0.49
HSL 49.17º 0.38% 0.37% -
HSV(B) 49.17º 0.55% 0.51% -
XYZ 16.33 17.77 6.57 -
YUV 114.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 130 117 58 0 0.1 0.55 0.49 49.17 0.38 0.37
Hex 82 75 3A 0 A 37 31 31 26 25
Octal 202 165 72 0 12 67 61 61 46 45
Binary 10000010 1110101 111010 0 1010 110111 110001 110001 100110 100101

Color Harmonies of #82753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82753A

Black with #82753A

Text Example


Text Example

White with #82753A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,117,58); }

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

background-color css

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

 a { background-color: rgb(130,117,58); }

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

border-color css

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

 span { border-color: rgb(130,117,58); }

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