Html Css Color HEX #827825 Pesto

📋 copy color: '#827825'

red 130 ◦ green 120 ◦ blue 37

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

Shades of Pesto #827825

Tints of Pesto #827825

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.81%

 BLUE value IS 37 (14.84% from 255) = 12.89%

R = 45.3%
G = 41.81%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#827825 (or 0x827825) is known color: Pesto. HEX triplet: 82, 78 and 25. RGB value is (130,120,37). Sum of RGB (Red+Green+Blue) = 130+120+37=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #827825 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827825 is #7D87DA. Grayscale: #717171. Windows color (decimal): -8226779 or 2455682. OLE color: 2455682.

HSL color Cylindrical-coordinate representation of color #827825: hue angle of 53.55º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #827825 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 120 37 -
CMYK 0 0.08 0.72 0.49
HSL 53.55º 0.56% 0.33% -
HSV(B) 53.55º 0.72% 0.51% -
XYZ 16.26 18.31 4.43 -
YUV 113.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 130 120 37 0 0.08 0.72 0.49 53.55 0.56 0.33
Hex 82 78 25 0 8 48 31 36 38 21
Octal 202 170 45 0 10 110 61 66 70 41
Binary 10000010 1111000 100101 0 1000 1001000 110001 110110 111000 100001

Color Harmonies of #827825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827825

Black with #827825

Text Example


Text Example

White with #827825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827825; }

 p { color: rgb(130,120,37); }

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

background-color css

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

 a { background-color: rgb(130,120,37); }

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

border-color css

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

 span { border-color: rgb(130,120,37); }

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