Html Css Color HEX #827B2A Pesto

📋 copy color: '#827B2A'

red 130 ◦ green 123 ◦ blue 42

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

Shades of Pesto #827B2A

Tints of Pesto #827B2A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.69%

 BLUE value IS 42 (16.8% from 255) = 14.24%

R = 44.07%
G = 41.69%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#827B2A (or 0x827B2A) is known color: Pesto. HEX triplet: 82, 7B and 2A. RGB value is (130,123,42). Sum of RGB (Red+Green+Blue) = 130+123+42=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B2A is #7D84D5. Grayscale: #747474. Windows color (decimal): -8226006 or 2784130. OLE color: 2784130.

HSL color Cylindrical-coordinate representation of color #827B2A: hue angle of 55.23º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #827B2A is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 123 42 -
CMYK 0 0.05 0.68 0.49
HSL 55.23º 0.51% 0.34% -
HSV(B) 55.23º 0.68% 0.51% -
XYZ 16.71 19.08 4.99 -
YUV 115.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 130 123 42 0 0.05 0.68 0.49 55.23 0.51 0.34
Hex 82 7B 2A 0 5 44 31 37 33 22
Octal 202 173 52 0 5 104 61 67 63 42
Binary 10000010 1111011 101010 0 101 1000100 110001 110111 110011 100010

Color Harmonies of #827B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B2A

Black with #827B2A

Text Example


Text Example

White with #827B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,42); }

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

background-color css

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

 a { background-color: rgb(130,123,42); }

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

border-color css

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

 span { border-color: rgb(130,123,42); }

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