Html Css Color HEX #827A1C Pesto

📋 copy color: '#827A1C'

red 130 ◦ green 122 ◦ blue 28

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

Shades of Pesto #827A1C

Tints of Pesto #827A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 46.43%
G = 43.57%
B = 10%

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

#827A1C (or 0x827A1C) is known color: Pesto. HEX triplet: 82, 7A and 1C. RGB value is (130,122,28). Sum of RGB (Red+Green+Blue) = 130+122+28=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A1C is #7D85E3. Grayscale: #727272. Windows color (decimal): -8226276 or 1866370. OLE color: 1866370.

HSL color Cylindrical-coordinate representation of color #827A1C: hue angle of 55.29º degrees, saturation: 0.65, 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 #827A1C is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 28 -
CMYK 0 0.06 0.78 0.49
HSL 55.29º 0.65% 0.31% -
HSV(B) 55.29º 0.78% 0.51% -
XYZ 16.38 18.75 3.85 -
YUV 113.68 79.65 139.64 -
System Red Green Blue C M Y K H S L
Decimal 130 122 28 0 0.06 0.78 0.49 55.29 0.65 0.31
Hex 82 7A 1C 0 6 4E 31 37 41 1F
Octal 202 172 34 0 6 116 61 67 101 37
Binary 10000010 1111010 11100 0 110 1001110 110001 110111 1000001 11111

Color Harmonies of #827A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A1C

Black with #827A1C

Text Example


Text Example

White with #827A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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