Html Css Color HEX #846A30 Corn Harvest

📋 copy color: '#846A30'

red 132 ◦ green 106 ◦ blue 48

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

Shades of Corn Harvest #846A30

Tints of Corn Harvest #846A30

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.06%

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

R = 46.15%
G = 37.06%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.48

RGB Variations

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

Color information

#846A30 (or 0x846A30) is known color: Corn Harvest. HEX triplet: 84, 6A and 30. RGB value is (132,106,48). Sum of RGB (Red+Green+Blue) = 132+106+48=286 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.15% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 132 - color contains mainly: red. Hex color #846A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #846A30 is #7B95CF. Grayscale: #6B6B6B. Windows color (decimal): -8099280 or 3172996. OLE color: 3172996.

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

Color convert

RGB 132 106 48 -
CMYK 0 0.20 0.64 0.48
HSL 41.43º 0.47% 0.35% -
HSV(B) 41.43º 0.64% 0.52% -
XYZ 15.2 15.43 4.97 -
YUV 107.16 94.61 145.72 -
System Red Green Blue C M Y K H S L
Decimal 132 106 48 0 0.20 0.64 0.48 41.43 0.47 0.35
Hex 84 6A 30 0 14 40 30 29 2F 23
Octal 204 152 60 0 24 100 60 51 57 43
Binary 10000100 1101010 110000 0 10100 1000000 110000 101001 101111 100011

Color Harmonies of #846A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846A30

Black with #846A30

Text Example


Text Example

White with #846A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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