Html Css Color HEX #827323 Pesto

📋 copy color: '#827323'

red 130 ◦ green 115 ◦ blue 35

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

Shades of Pesto #827323

Tints of Pesto #827323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.5%

R = 46.43%
G = 41.07%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#827323 (or 0x827323) is known color: Pesto. HEX triplet: 82, 73 and 23. RGB value is (130,115,35). Sum of RGB (Red+Green+Blue) = 130+115+35=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #827323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827323 is #7D8CDC. Grayscale: #6E6E6E. Windows color (decimal): -8228061 or 2323330. OLE color: 2323330.

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

Color convert

RGB 130 115 35 -
CMYK 0 0.12 0.73 0.49
HSL 50.53º 0.58% 0.32% -
HSV(B) 50.53º 0.73% 0.51% -
XYZ 15.64 17.13 4.07 -
YUV 110.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 130 115 35 0 0.12 0.73 0.49 50.53 0.58 0.32
Hex 82 73 23 0 C 49 31 33 3A 20
Octal 202 163 43 0 14 111 61 63 72 40
Binary 10000010 1110011 100011 0 1100 1001001 110001 110011 111010 100000

Color Harmonies of #827323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827323

Black with #827323

Text Example


Text Example

White with #827323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827323; }

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

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

background-color css

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

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

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

border-color css

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

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

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