Html Css Color HEX #827030 Corn Harvest

📋 copy color: '#827030'

red 130 ◦ green 112 ◦ blue 48

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

Shades of Corn Harvest #827030

Tints of Corn Harvest #827030

RGB

 RED value IS 130 (51.17% from 255) = 44.83%

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

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

R = 44.83%
G = 38.62%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.63

 K value IS 0.49

RGB Variations

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

Color information

#827030 (or 0x827030) is known color: Corn Harvest. HEX triplet: 82, 70 and 30. RGB value is (130,112,48). Sum of RGB (Red+Green+Blue) = 130+112+48=290 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.83% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 48 (19.14% from 255 or 16.55% from 290); Max value from RGB is 130 - color contains mainly: red. Hex color #827030 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827030 is #7D8FCF. Grayscale: #6E6E6E. Windows color (decimal): -8228816 or 3174530. OLE color: 3174530.

HSL color Cylindrical-coordinate representation of color #827030: hue angle of 46.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #827030 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 48 -
CMYK 0 0.14 0.63 0.49
HSL 46.83º 0.46% 0.35% -
HSV(B) 46.83º 0.63% 0.51% -
XYZ 15.53 16.55 5.17 -
YUV 110.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 130 112 48 0 0.14 0.63 0.49 46.83 0.46 0.35
Hex 82 70 30 0 E 3F 31 2F 2E 23
Octal 202 160 60 0 16 77 61 57 56 43
Binary 10000010 1110000 110000 0 1110 111111 110001 101111 101110 100011

Color Harmonies of #827030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827030

Black with #827030

Text Example


Text Example

White with #827030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827030; }

 p { color: rgb(130,112,48); }

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

background-color css

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

 a { background-color: rgb(130,112,48); }

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

border-color css

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

 span { border-color: rgb(130,112,48); }

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