Html Css Color HEX #84702F Corn Harvest

📋 copy color: '#84702F'

red 132 ◦ green 112 ◦ blue 47

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

Shades of Corn Harvest #84702F

Tints of Corn Harvest #84702F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.49%

 BLUE value IS 47 (18.75% from 255) = 16.15%

R = 45.36%
G = 38.49%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#84702F (or 0x84702F) is known color: Corn Harvest. HEX triplet: 84, 70 and 2F. RGB value is (132,112,47). Sum of RGB (Red+Green+Blue) = 132+112+47=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84702F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84702F is #7B8FD0. Grayscale: #6E6E6E. Windows color (decimal): -8097745 or 3108996. OLE color: 3108996.

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

Color convert

RGB 132 112 47 -
CMYK 0 0.15 0.64 0.48
HSL 45.88º 0.47% 0.35% -
HSV(B) 45.88º 0.64% 0.52% -
XYZ 15.82 16.7 5.08 -
YUV 110.57 92.13 143.29 -
System Red Green Blue C M Y K H S L
Decimal 132 112 47 0 0.15 0.64 0.48 45.88 0.47 0.35
Hex 84 70 2F 0 F 40 30 2E 2F 23
Octal 204 160 57 0 17 100 60 56 57 43
Binary 10000100 1110000 101111 0 1111 1000000 110000 101110 101111 100011

Color Harmonies of #84702F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84702F

Black with #84702F

Text Example


Text Example

White with #84702F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84702F; }

 p { color: rgb(132,112,47); }

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

background-color css

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

 a { background-color: rgb(132,112,47); }

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

border-color css

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

 span { border-color: rgb(132,112,47); }

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