Html Css Color HEX #82752F Pesto

📋 copy color: '#82752F'

red 130 ◦ green 117 ◦ blue 47

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

Shades of Pesto #82752F

Tints of Pesto #82752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.99%

R = 44.22%
G = 39.8%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.64

 K value IS 0.49

RGB Variations

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

Color information

#82752F (or 0x82752F) is known color: Pesto. HEX triplet: 82, 75 and 2F. RGB value is (130,117,47). Sum of RGB (Red+Green+Blue) = 130+117+47=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82752F is #7D8AD0. Grayscale: #717171. Windows color (decimal): -8227537 or 3110274. OLE color: 3110274.

HSL color Cylindrical-coordinate representation of color #82752F: hue angle of 50.6º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #82752F is Cyan = 0, Magento = 0.1, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 47 -
CMYK 0 0.1 0.64 0.49
HSL 50.6º 0.47% 0.35% -
HSV(B) 50.6º 0.64% 0.51% -
XYZ 16.08 17.67 5.25 -
YUV 112.91 90.81 140.19 -
System Red Green Blue C M Y K H S L
Decimal 130 117 47 0 0.1 0.64 0.49 50.6 0.47 0.35
Hex 82 75 2F 0 A 40 31 33 2F 23
Octal 202 165 57 0 12 100 61 63 57 43
Binary 10000010 1110101 101111 0 1010 1000000 110001 110011 101111 100011

Color Harmonies of #82752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82752F

Black with #82752F

Text Example


Text Example

White with #82752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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