Html Css Color HEX #827526 Pesto

📋 copy color: '#827526'

red 130 ◦ green 117 ◦ blue 38

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

Shades of Pesto #827526

Tints of Pesto #827526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.33%

R = 45.61%
G = 41.05%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#827526 (or 0x827526) is known color: Pesto. HEX triplet: 82, 75 and 26. RGB value is (130,117,38). Sum of RGB (Red+Green+Blue) = 130+117+38=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #827526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827526 is #7D8AD9. Grayscale: #707070. Windows color (decimal): -8227546 or 2520450. OLE color: 2520450.

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

Color convert

RGB 130 117 38 -
CMYK 0 0.1 0.71 0.49
HSL 51.52º 0.55% 0.33% -
HSV(B) 51.52º 0.71% 0.51% -
XYZ 15.92 17.61 4.39 -
YUV 111.88 86.31 140.92 -
System Red Green Blue C M Y K H S L
Decimal 130 117 38 0 0.1 0.71 0.49 51.52 0.55 0.33
Hex 82 75 26 0 A 47 31 34 37 21
Octal 202 165 46 0 12 107 61 64 67 41
Binary 10000010 1110101 100110 0 1010 1000111 110001 110100 110111 100001

Color Harmonies of #827526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827526

Black with #827526

Text Example


Text Example

White with #827526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827526; }

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

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

background-color css

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

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

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

border-color css

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

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

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