Html Css Color HEX #827938 Pesto

📋 copy color: '#827938'

red 130 ◦ green 121 ◦ blue 56

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

Shades of Pesto #827938

Tints of Pesto #827938

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 42.35%
G = 39.41%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#827938 (or 0x827938) is known color: Pesto. HEX triplet: 82, 79 and 38. RGB value is (130,121,56). Sum of RGB (Red+Green+Blue) = 130+121+56=307 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.35% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 130 - color contains mainly: red. Hex color #827938 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827938 is #7D86C7. Grayscale: #747474. Windows color (decimal): -8226504 or 3701122. OLE color: 3701122.

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

Color convert

RGB 130 121 56 -
CMYK 0 0.07 0.57 0.49
HSL 52.7º 0.4% 0.36% -
HSV(B) 52.7º 0.57% 0.51% -
XYZ 16.76 18.71 6.47 -
YUV 116.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 130 121 56 0 0.07 0.57 0.49 52.7 0.4 0.36
Hex 82 79 38 0 7 39 31 35 28 24
Octal 202 171 70 0 7 71 61 65 50 44
Binary 10000010 1111001 111000 0 111 111001 110001 110101 101000 100100

Color Harmonies of #827938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827938

Black with #827938

Text Example


Text Example

White with #827938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827938; }

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

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

background-color css

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

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

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

border-color css

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

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

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