Html Css Color HEX #827B32 Pesto

📋 copy color: '#827B32'

red 130 ◦ green 123 ◦ blue 50

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

Shades of Pesto #827B32

Tints of Pesto #827B32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.5%

R = 42.9%
G = 40.59%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.49

RGB Variations

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

Color information

#827B32 (or 0x827B32) is known color: Pesto. HEX triplet: 82, 7B and 32. RGB value is (130,123,50). Sum of RGB (Red+Green+Blue) = 130+123+50=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 50 (19.92% from 255 or 16.50% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #827B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B32 is #7D84CD. Grayscale: #757575. Windows color (decimal): -8225998 or 3308418. OLE color: 3308418.

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

Color convert

RGB 130 123 50 -
CMYK 0 0.05 0.62 0.49
HSL 54.75º 0.44% 0.35% -
HSV(B) 54.75º 0.62% 0.51% -
XYZ 16.86 19.14 5.82 -
YUV 116.77 90.32 137.44 -
System Red Green Blue C M Y K H S L
Decimal 130 123 50 0 0.05 0.62 0.49 54.75 0.44 0.35
Hex 82 7B 32 0 5 3E 31 37 2C 23
Octal 202 173 62 0 5 76 61 67 54 43
Binary 10000010 1111011 110010 0 101 111110 110001 110111 101100 100011

Color Harmonies of #827B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B32

Black with #827B32

Text Example


Text Example

White with #827B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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