Html Css Color HEX #827338 Pesto

📋 copy color: '#827338'

red 130 ◦ green 115 ◦ blue 56

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

Shades of Pesto #827338

Tints of Pesto #827338

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.21%

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

R = 43.19%
G = 38.21%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#827338 (or 0x827338) is known color: Pesto. HEX triplet: 82, 73 and 38. RGB value is (130,115,56). Sum of RGB (Red+Green+Blue) = 130+115+56=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #827338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827338 is #7D8CC7. Grayscale: #717171. Windows color (decimal): -8228040 or 3699586. OLE color: 3699586.

HSL color Cylindrical-coordinate representation of color #827338: hue angle of 47.84º 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 #827338 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 56 -
CMYK 0 0.12 0.57 0.49
HSL 47.84º 0.4% 0.36% -
HSV(B) 47.84º 0.57% 0.51% -
XYZ 16.05 17.29 6.23 -
YUV 112.76 95.97 140.3 -
System Red Green Blue C M Y K H S L
Decimal 130 115 56 0 0.12 0.57 0.49 47.84 0.4 0.36
Hex 82 73 38 0 C 39 31 30 28 24
Octal 202 163 70 0 14 71 61 60 50 44
Binary 10000010 1110011 111000 0 1100 111001 110001 110000 101000 100100

Color Harmonies of #827338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827338

Black with #827338

Text Example


Text Example

White with #827338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827338; }

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

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

background-color css

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

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

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

border-color css

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

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

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