Html Css Color HEX #827527 Pesto

📋 copy color: '#827527'

red 130 ◦ green 117 ◦ blue 39

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

Shades of Pesto #827527

Tints of Pesto #827527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 45.45%
G = 40.91%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.70

 K value IS 0.49

RGB Variations

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

Color information

#827527 (or 0x827527) is known color: Pesto. HEX triplet: 82, 75 and 27. RGB value is (130,117,39). Sum of RGB (Red+Green+Blue) = 130+117+39=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #827527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827527 is #7D8AD8. Grayscale: #707070. Windows color (decimal): -8227545 or 2585986. OLE color: 2585986.

HSL color Cylindrical-coordinate representation of color #827527: hue angle of 51.43º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #827527 is Cyan = 0, Magento = 0.1, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 39 -
CMYK 0 0.1 0.70 0.49
HSL 51.43º 0.54% 0.33% -
HSV(B) 51.43º 0.7% 0.51% -
XYZ 15.93 17.61 4.48 -
YUV 112 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 130 117 39 0 0.1 0.70 0.49 51.43 0.54 0.33
Hex 82 75 27 0 A 46 31 33 36 21
Octal 202 165 47 0 12 106 61 63 66 41
Binary 10000010 1110101 100111 0 1010 1000110 110001 110011 110110 100001

Color Harmonies of #827527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827527

Black with #827527

Text Example


Text Example

White with #827527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827527; }

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

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

background-color css

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

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

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

border-color css

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

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

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