Html Css Color HEX #847530 Pesto

📋 copy color: '#847530'

red 132 ◦ green 117 ◦ blue 48

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

Shades of Pesto #847530

Tints of Pesto #847530

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.39%

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

R = 44.44%
G = 39.39%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#847530 (or 0x847530) is known color: Pesto. HEX triplet: 84, 75 and 30. RGB value is (132,117,48). Sum of RGB (Red+Green+Blue) = 132+117+48=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #847530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847530 is #7B8ACF. Grayscale: #717171. Windows color (decimal): -8096464 or 3175812. OLE color: 3175812.

HSL color Cylindrical-coordinate representation of color #847530: hue angle of 49.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 #847530 is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 117 48 -
CMYK 0 0.11 0.64 0.48
HSL 49.29º 0.47% 0.35% -
HSV(B) 49.29º 0.64% 0.52% -
XYZ 16.41 17.84 5.38 -
YUV 113.62 90.97 141.11 -
System Red Green Blue C M Y K H S L
Decimal 132 117 48 0 0.11 0.64 0.48 49.29 0.47 0.35
Hex 84 75 30 0 B 40 30 31 2F 23
Octal 204 165 60 0 13 100 60 61 57 43
Binary 10000100 1110101 110000 0 1011 1000000 110000 110001 101111 100011

Color Harmonies of #847530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #847530

Black with #847530

Text Example


Text Example

White with #847530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #847530; }

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

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

background-color css

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

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

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

border-color css

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

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

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