Html Css Color HEX #827333 Pesto

📋 copy color: '#827333'

red 130 ◦ green 115 ◦ blue 51

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

Shades of Pesto #827333

Tints of Pesto #827333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.23%

R = 43.92%
G = 38.85%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#827333 (or 0x827333) is known color: Pesto. HEX triplet: 82, 73 and 33. RGB value is (130,115,51). Sum of RGB (Red+Green+Blue) = 130+115+51=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827333 is #7D8CCC. Grayscale: #707070. Windows color (decimal): -8228045 or 3371906. OLE color: 3371906.

HSL color Cylindrical-coordinate representation of color #827333: hue angle of 48.61º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #827333 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 51 -
CMYK 0 0.12 0.61 0.49
HSL 48.61º 0.44% 0.35% -
HSV(B) 48.61º 0.61% 0.51% -
XYZ 15.93 17.25 5.62 -
YUV 112.19 93.47 140.7 -
System Red Green Blue C M Y K H S L
Decimal 130 115 51 0 0.12 0.61 0.49 48.61 0.44 0.35
Hex 82 73 33 0 C 3D 31 31 2C 23
Octal 202 163 63 0 14 75 61 61 54 43
Binary 10000010 1110011 110011 0 1100 111101 110001 110001 101100 100011

Color Harmonies of #827333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827333

Black with #827333

Text Example


Text Example

White with #827333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827333; }

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

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

background-color css

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

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

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

border-color css

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

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

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