Html Css Color HEX #827925 Pesto

📋 copy color: '#827925'

red 130 ◦ green 121 ◦ blue 37

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

Shades of Pesto #827925

Tints of Pesto #827925

RGB

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

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

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

R = 45.14%
G = 42.01%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#827925 (or 0x827925) is known color: Pesto. HEX triplet: 82, 79 and 25. RGB value is (130,121,37). Sum of RGB (Red+Green+Blue) = 130+121+37=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #827925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827925 is #7D86DA. Grayscale: #727272. Windows color (decimal): -8226523 or 2455938. OLE color: 2455938.

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

Color convert

RGB 130 121 37 -
CMYK 0 0.07 0.72 0.49
HSL 54.19º 0.56% 0.33% -
HSV(B) 54.19º 0.72% 0.51% -
XYZ 16.38 18.55 4.47 -
YUV 114.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 130 121 37 0 0.07 0.72 0.49 54.19 0.56 0.33
Hex 82 79 25 0 7 48 31 36 38 21
Octal 202 171 45 0 7 110 61 66 70 41
Binary 10000010 1111001 100101 0 111 1001000 110001 110110 111000 100001

Color Harmonies of #827925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827925

Black with #827925

Text Example


Text Example

White with #827925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827925; }

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

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

background-color css

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

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

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

border-color css

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

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

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