Html Css Color HEX #827438 Pesto

📋 copy color: '#827438'

red 130 ◦ green 116 ◦ blue 56

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

Shades of Pesto #827438

Tints of Pesto #827438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.41%

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

R = 43.05%
G = 38.41%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#827438 (or 0x827438) is known color: Pesto. HEX triplet: 82, 74 and 38. RGB value is (130,116,56). Sum of RGB (Red+Green+Blue) = 130+116+56=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827438 is #7D8BC7. Grayscale: #717171. Windows color (decimal): -8227784 or 3699842. OLE color: 3699842.

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

Color convert

RGB 130 116 56 -
CMYK 0 0.11 0.57 0.49
HSL 48.65º 0.4% 0.36% -
HSV(B) 48.65º 0.57% 0.51% -
XYZ 16.17 17.52 6.27 -
YUV 113.35 95.64 139.88 -
System Red Green Blue C M Y K H S L
Decimal 130 116 56 0 0.11 0.57 0.49 48.65 0.4 0.36
Hex 82 74 38 0 B 39 31 31 28 24
Octal 202 164 70 0 13 71 61 61 50 44
Binary 10000010 1110100 111000 0 1011 111001 110001 110001 101000 100100

Color Harmonies of #827438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827438

Black with #827438

Text Example


Text Example

White with #827438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827438; }

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

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

background-color css

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

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

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

border-color css

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

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

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