Html Css Color HEX #827534 Pesto

📋 copy color: '#827534'

red 130 ◦ green 117 ◦ blue 52

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

Shades of Pesto #827534

Tints of Pesto #827534

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.13%

 BLUE value IS 52 (20.7% from 255) = 17.39%

R = 43.48%
G = 39.13%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#827534 (or 0x827534) is known color: Pesto. HEX triplet: 82, 75 and 34. RGB value is (130,117,52). Sum of RGB (Red+Green+Blue) = 130+117+52=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #827534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827534 is #7D8ACB. Grayscale: #717171. Windows color (decimal): -8227532 or 3437954. OLE color: 3437954.

HSL color Cylindrical-coordinate representation of color #827534: hue angle of 50º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #827534 is Cyan = 0, Magento = 0.1, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 52 -
CMYK 0 0.1 0.60 0.49
HSL 50º 0.43% 0.36% -
HSV(B) 50º 0.6% 0.51% -
XYZ 16.19 17.72 5.82 -
YUV 113.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 130 117 52 0 0.1 0.60 0.49 50 0.43 0.36
Hex 82 75 34 0 A 3C 31 32 2B 24
Octal 202 165 64 0 12 74 61 62 53 44
Binary 10000010 1110101 110100 0 1010 111100 110001 110010 101011 100100

Color Harmonies of #827534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827534

Black with #827534

Text Example


Text Example

White with #827534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827534; }

 p { color: rgb(130,117,52); }

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

background-color css

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

 a { background-color: rgb(130,117,52); }

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

border-color css

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

 span { border-color: rgb(130,117,52); }

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