Html Css Color HEX #827A35 Pesto

📋 copy color: '#827A35'

red 130 ◦ green 122 ◦ blue 53

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

Shades of Pesto #827A35

Tints of Pesto #827A35

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40%

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

R = 42.62%
G = 40%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#827A35 (or 0x827A35) is known color: Pesto. HEX triplet: 82, 7A and 35. RGB value is (130,122,53). Sum of RGB (Red+Green+Blue) = 130+122+53=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #827A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827A35 is #7D85CA. Grayscale: #747474. Windows color (decimal): -8226251 or 3504770. OLE color: 3504770.

HSL color Cylindrical-coordinate representation of color #827A35: hue angle of 53.77º 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 #827A35 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 122 53 -
CMYK 0 0.06 0.59 0.49
HSL 53.77º 0.42% 0.36% -
HSV(B) 53.77º 0.59% 0.51% -
XYZ 16.81 18.92 6.13 -
YUV 116.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 130 122 53 0 0.06 0.59 0.49 53.77 0.42 0.36
Hex 82 7A 35 0 6 3B 31 36 2A 24
Octal 202 172 65 0 6 73 61 66 52 44
Binary 10000010 1111010 110101 0 110 111011 110001 110110 101010 100100

Color Harmonies of #827A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A35

Black with #827A35

Text Example


Text Example

White with #827A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827A35; }

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

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

background-color css

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

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

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

border-color css

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

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

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