Html Css Color HEX #827935 Pesto

📋 copy color: '#827935'

red 130 ◦ green 121 ◦ blue 53

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

Shades of Pesto #827935

Tints of Pesto #827935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 42.76%
G = 39.8%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#827935 (or 0x827935) is known color: Pesto. HEX triplet: 82, 79 and 35. RGB value is (130,121,53). Sum of RGB (Red+Green+Blue) = 130+121+53=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #827935 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827935 is #7D86CA. Grayscale: #747474. Windows color (decimal): -8226507 or 3504514. OLE color: 3504514.

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

Color convert

RGB 130 121 53 -
CMYK 0 0.07 0.59 0.49
HSL 52.99º 0.42% 0.36% -
HSV(B) 52.99º 0.59% 0.51% -
XYZ 16.69 18.68 6.09 -
YUV 115.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 130 121 53 0 0.07 0.59 0.49 52.99 0.42 0.36
Hex 82 79 35 0 7 3B 31 35 2A 24
Octal 202 171 65 0 7 73 61 65 52 44
Binary 10000010 1111001 110101 0 111 111011 110001 110101 101010 100100

Color Harmonies of #827935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827935

Black with #827935

Text Example


Text Example

White with #827935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827935; }

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

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

background-color css

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

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

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

border-color css

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

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

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