Html Css Color HEX #827838 Pesto

📋 copy color: '#827838'

red 130 ◦ green 120 ◦ blue 56

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

Shades of Pesto #827838

Tints of Pesto #827838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.3%

R = 42.48%
G = 39.22%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#827838 (or 0x827838) is known color: Pesto. HEX triplet: 82, 78 and 38. RGB value is (130,120,56). Sum of RGB (Red+Green+Blue) = 130+120+56=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 56 (22.27% from 255 or 18.30% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #827838 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827838 is #7D87C7. Grayscale: #737373. Windows color (decimal): -8226760 or 3700866. OLE color: 3700866.

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

Color convert

RGB 130 120 56 -
CMYK 0 0.08 0.57 0.49
HSL 51.89º 0.4% 0.36% -
HSV(B) 51.89º 0.57% 0.51% -
XYZ 16.64 18.46 6.43 -
YUV 115.69 94.31 138.2 -
System Red Green Blue C M Y K H S L
Decimal 130 120 56 0 0.08 0.57 0.49 51.89 0.4 0.36
Hex 82 78 38 0 8 39 31 34 28 24
Octal 202 170 70 0 10 71 61 64 50 44
Binary 10000010 1111000 111000 0 1000 111001 110001 110100 101000 100100

Color Harmonies of #827838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827838

Black with #827838

Text Example


Text Example

White with #827838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827838; }

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

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

background-color css

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

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

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

border-color css

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

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

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