Html Css Color HEX #827924 Pesto

📋 copy color: '#827924'

red 130 ◦ green 121 ◦ blue 36

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

Shades of Pesto #827924

Tints of Pesto #827924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 45.3%
G = 42.16%
B = 12.54%

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

#827924 (or 0x827924) is known color: Pesto. HEX triplet: 82, 79 and 24. RGB value is (130,121,36). Sum of RGB (Red+Green+Blue) = 130+121+36=287 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.30% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 130 - color contains mainly: red. Hex color #827924 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827924 is #7D86DB. Grayscale: #727272. Windows color (decimal): -8226524 or 2390402. OLE color: 2390402.

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

Color convert

RGB 130 121 36 -
CMYK 0 0.07 0.72 0.49
HSL 54.26º 0.57% 0.33% -
HSV(B) 54.26º 0.72% 0.51% -
XYZ 16.36 18.55 4.39 -
YUV 114 83.98 139.41 -
System Red Green Blue C M Y K H S L
Decimal 130 121 36 0 0.07 0.72 0.49 54.26 0.57 0.33
Hex 82 79 24 0 7 48 31 36 39 21
Octal 202 171 44 0 7 110 61 66 71 41
Binary 10000010 1111001 100100 0 111 1001000 110001 110110 111001 100001

Color Harmonies of #827924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827924

Black with #827924

Text Example


Text Example

White with #827924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827924; }

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

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

background-color css

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

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

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

border-color css

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

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

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