Html Css Color HEX #847C30 Pesto

📋 copy color: '#847C30'

red 132 ◦ green 124 ◦ blue 48

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

Shades of Pesto #847C30

Tints of Pesto #847C30

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.79%

 BLUE value IS 48 (19.14% from 255) = 15.79%

R = 43.42%
G = 40.79%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#847C30 (or 0x847C30) is known color: Pesto. HEX triplet: 84, 7C and 30. RGB value is (132,124,48). Sum of RGB (Red+Green+Blue) = 132+124+48=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 132 - color contains mainly: red. Hex color #847C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847C30 is #7B83CF. Grayscale: #767676. Windows color (decimal): -8094672 or 3177604. OLE color: 3177604.

HSL color Cylindrical-coordinate representation of color #847C30: hue angle of 54.29º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #847C30 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 124 48 -
CMYK 0 0.06 0.64 0.48
HSL 54.29º 0.47% 0.35% -
HSV(B) 54.29º 0.64% 0.52% -
XYZ 17.26 19.53 5.66 -
YUV 117.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 132 124 48 0 0.06 0.64 0.48 54.29 0.47 0.35
Hex 84 7C 30 0 6 40 30 36 2F 23
Octal 204 174 60 0 6 100 60 66 57 43
Binary 10000100 1111100 110000 0 110 1000000 110000 110110 101111 100011

Color Harmonies of #847C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847C30

Black with #847C30

Text Example


Text Example

White with #847C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,124,48); }

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

background-color css

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

 a { background-color: rgb(132,124,48); }

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

border-color css

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

 span { border-color: rgb(132,124,48); }

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