Html Css Color HEX #847B2A Pesto

📋 copy color: '#847B2A'

red 132 ◦ green 123 ◦ blue 42

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

Shades of Pesto #847B2A

Tints of Pesto #847B2A

RGB

 RED value IS 132 (51.95% from 255) = 44.44%

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

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

R = 44.44%
G = 41.41%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.48

RGB Variations

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

Color information

#847B2A (or 0x847B2A) is known color: Pesto. HEX triplet: 84, 7B and 2A. RGB value is (132,123,42). Sum of RGB (Red+Green+Blue) = 132+123+42=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #847B2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847B2A is #7B84D5. Grayscale: #747474. Windows color (decimal): -8094934 or 2784132. OLE color: 2784132.

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

Color convert

RGB 132 123 42 -
CMYK 0 0.07 0.68 0.48
HSL 54º 0.52% 0.34% -
HSV(B) 54º 0.68% 0.52% -
XYZ 17.02 19.24 5.01 -
YUV 116.46 85.98 139.09 -
System Red Green Blue C M Y K H S L
Decimal 132 123 42 0 0.07 0.68 0.48 54 0.52 0.34
Hex 84 7B 2A 0 7 44 30 36 34 22
Octal 204 173 52 0 7 104 60 66 64 42
Binary 10000100 1111011 101010 0 111 1000100 110000 110110 110100 100010

Color Harmonies of #847B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847B2A

Black with #847B2A

Text Example


Text Example

White with #847B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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