Html Css Color HEX #827817 Pesto

📋 copy color: '#827817'

red 130 ◦ green 120 ◦ blue 23

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

Shades of Pesto #827817

Tints of Pesto #827817

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.96%

 BLUE value IS 23 (9.38% from 255) = 8.42%

R = 47.62%
G = 43.96%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#827817 (or 0x827817) is known color: Pesto. HEX triplet: 82, 78 and 17. RGB value is (130,120,23). Sum of RGB (Red+Green+Blue) = 130+120+23=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #827817 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #827817 is #7D87E8. Grayscale: #707070. Windows color (decimal): -8226793 or 1538178. OLE color: 1538178.

HSL color Cylindrical-coordinate representation of color #827817: hue angle of 54.39º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #827817 is Cyan = 0, Magento = 0.08, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 23 -
CMYK 0 0.08 0.82 0.49
HSL 54.39º 0.7% 0.3% -
HSV(B) 54.39º 0.82% 0.51% -
XYZ 16.08 18.24 3.48 -
YUV 111.93 77.81 140.89 -
System Red Green Blue C M Y K H S L
Decimal 130 120 23 0 0.08 0.82 0.49 54.39 0.7 0.3
Hex 82 78 17 0 8 52 31 36 46 1E
Octal 202 170 27 0 10 122 61 66 106 36
Binary 10000010 1111000 10111 0 1000 1010010 110001 110110 1000110 11110

Color Harmonies of #827817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827817

Black with #827817

Text Example


Text Example

White with #827817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827817; }

 p { color: rgb(130,120,23); }

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

background-color css

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

 a { background-color: rgb(130,120,23); }

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

border-color css

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

 span { border-color: rgb(130,120,23); }

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