Html Css Color HEX #827933 Pesto

📋 copy color: '#827933'

red 130 ◦ green 121 ◦ blue 51

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

Shades of Pesto #827933

Tints of Pesto #827933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.89%

R = 43.05%
G = 40.07%
B = 16.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#827933 (or 0x827933) is known color: Pesto. HEX triplet: 82, 79 and 33. RGB value is (130,121,51). Sum of RGB (Red+Green+Blue) = 130+121+51=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #827933 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827933 is #7D86CC. Grayscale: #747474. Windows color (decimal): -8226509 or 3373442. OLE color: 3373442.

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

Color convert

RGB 130 121 51 -
CMYK 0 0.07 0.61 0.49
HSL 53.16º 0.44% 0.35% -
HSV(B) 53.16º 0.61% 0.51% -
XYZ 16.64 18.66 5.86 -
YUV 115.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 130 121 51 0 0.07 0.61 0.49 53.16 0.44 0.35
Hex 82 79 33 0 7 3D 31 35 2C 23
Octal 202 171 63 0 7 75 61 65 54 43
Binary 10000010 1111001 110011 0 111 111101 110001 110101 101100 100011

Color Harmonies of #827933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827933

Black with #827933

Text Example


Text Example

White with #827933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827933; }

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

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

background-color css

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

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

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

border-color css

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

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

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