Html Css Color HEX #827230 Pesto

📋 copy color: '#827230'

red 130 ◦ green 114 ◦ blue 48

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

Shades of Pesto #827230

Tints of Pesto #827230

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.04%

 BLUE value IS 48 (19.14% from 255) = 16.44%

R = 44.52%
G = 39.04%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#827230 (or 0x827230) is known color: Pesto. HEX triplet: 82, 72 and 30. RGB value is (130,114,48). Sum of RGB (Red+Green+Blue) = 130+114+48=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #827230 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827230 is #7D8DCF. Grayscale: #6F6F6F. Windows color (decimal): -8228304 or 3175042. OLE color: 3175042.

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

Color convert

RGB 130 114 48 -
CMYK 0 0.12 0.63 0.49
HSL 48.29º 0.46% 0.35% -
HSV(B) 48.29º 0.63% 0.51% -
XYZ 15.76 16.99 5.25 -
YUV 111.26 92.3 141.37 -
System Red Green Blue C M Y K H S L
Decimal 130 114 48 0 0.12 0.63 0.49 48.29 0.46 0.35
Hex 82 72 30 0 C 3F 31 30 2E 23
Octal 202 162 60 0 14 77 61 60 56 43
Binary 10000010 1110010 110000 0 1100 111111 110001 110000 101110 100011

Color Harmonies of #827230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827230

Black with #827230

Text Example


Text Example

White with #827230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827230; }

 p { color: rgb(130,114,48); }

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

background-color css

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

 a { background-color: rgb(130,114,48); }

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

border-color css

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

 span { border-color: rgb(130,114,48); }

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