Html Css Color HEX #827A1E Pesto

📋 copy color: '#827A1E'

red 130 ◦ green 122 ◦ blue 30

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

Shades of Pesto #827A1E

Tints of Pesto #827A1E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 43.26%

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

R = 46.1%
G = 43.26%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#827A1E (or 0x827A1E) is known color: Pesto. HEX triplet: 82, 7A and 1E. RGB value is (130,122,30). Sum of RGB (Red+Green+Blue) = 130+122+30=282 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.10% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 130 - color contains mainly: red. Hex color #827A1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A1E is #7D85E1. Grayscale: #727272. Windows color (decimal): -8226274 or 1997442. OLE color: 1997442.

HSL color Cylindrical-coordinate representation of color #827A1E: hue angle of 55.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 #827A1E is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 30 -
CMYK 0 0.06 0.77 0.49
HSL 55.2º 0.63% 0.31% -
HSV(B) 55.2º 0.77% 0.51% -
XYZ 16.4 18.76 3.98 -
YUV 113.9 80.65 139.48 -
System Red Green Blue C M Y K H S L
Decimal 130 122 30 0 0.06 0.77 0.49 55.2 0.63 0.31
Hex 82 7A 1E 0 6 4D 31 37 3E 1F
Octal 202 172 36 0 6 115 61 67 76 37
Binary 10000010 1111010 11110 0 110 1001101 110001 110111 111110 11111

Color Harmonies of #827A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A1E

Black with #827A1E

Text Example


Text Example

White with #827A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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