Html Css Color HEX #827A1D Pesto

📋 copy color: '#827A1D'

red 130 ◦ green 122 ◦ blue 29

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

Shades of Pesto #827A1D

Tints of Pesto #827A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 46.26%
G = 43.42%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#827A1D (or 0x827A1D) is known color: Pesto. HEX triplet: 82, 7A and 1D. RGB value is (130,122,29). Sum of RGB (Red+Green+Blue) = 130+122+29=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #827A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A1D is #7D85E2. Grayscale: #727272. Windows color (decimal): -8226275 or 1931906. OLE color: 1931906.

HSL color Cylindrical-coordinate representation of color #827A1D: hue angle of 55.25º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #827A1D is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 29 -
CMYK 0 0.06 0.78 0.49
HSL 55.25º 0.64% 0.31% -
HSV(B) 55.25º 0.78% 0.51% -
XYZ 16.39 18.75 3.92 -
YUV 113.79 80.15 139.56 -
System Red Green Blue C M Y K H S L
Decimal 130 122 29 0 0.06 0.78 0.49 55.25 0.64 0.31
Hex 82 7A 1D 0 6 4E 31 37 40 1F
Octal 202 172 35 0 6 116 61 67 100 37
Binary 10000010 1111010 11101 0 110 1001110 110001 110111 1000000 11111

Color Harmonies of #827A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A1D

Black with #827A1D

Text Example


Text Example

White with #827A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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