Html Css Color HEX #82751E Pesto

📋 copy color: '#82751E'

red 130 ◦ green 117 ◦ blue 30

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

Shades of Pesto #82751E

Tints of Pesto #82751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 46.93%
G = 42.24%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#82751E (or 0x82751E) is known color: Pesto. HEX triplet: 82, 75 and 1E. RGB value is (130,117,30). Sum of RGB (Red+Green+Blue) = 130+117+30=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #82751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82751E is #7D8AE1. Grayscale: #6F6F6F. Windows color (decimal): -8227554 or 1996162. OLE color: 1996162.

HSL color Cylindrical-coordinate representation of color #82751E: hue angle of 52.2º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #82751E is Cyan = 0, Magento = 0.1, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 30 -
CMYK 0 0.1 0.77 0.49
HSL 52.2º 0.63% 0.31% -
HSV(B) 52.2º 0.77% 0.51% -
XYZ 15.8 17.56 3.79 -
YUV 110.97 82.31 141.57 -
System Red Green Blue C M Y K H S L
Decimal 130 117 30 0 0.1 0.77 0.49 52.2 0.63 0.31
Hex 82 75 1E 0 A 4D 31 34 3E 1F
Octal 202 165 36 0 12 115 61 64 76 37
Binary 10000010 1110101 11110 0 1010 1001101 110001 110100 111110 11111

Color Harmonies of #82751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82751E

Black with #82751E

Text Example


Text Example

White with #82751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82751E; }

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

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

background-color css

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

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

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

border-color css

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

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

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