Html Css Color HEX #827036 Corn Harvest

📋 copy color: '#827036'

red 130 ◦ green 112 ◦ blue 54

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

Shades of Corn Harvest #827036

Tints of Corn Harvest #827036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.24%

R = 43.92%
G = 37.84%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827036 (or 0x827036) is known color: Corn Harvest. HEX triplet: 82, 70 and 36. RGB value is (130,112,54). Sum of RGB (Red+Green+Blue) = 130+112+54=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 54 (21.48% from 255 or 18.24% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #827036 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827036 is #7D8FC9. Grayscale: #6F6F6F. Windows color (decimal): -8228810 or 3567746. OLE color: 3567746.

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

Color convert

RGB 130 112 54 -
CMYK 0 0.14 0.58 0.49
HSL 45.79º 0.41% 0.36% -
HSV(B) 45.79º 0.58% 0.51% -
XYZ 15.67 16.6 5.87 -
YUV 110.77 95.96 141.72 -
System Red Green Blue C M Y K H S L
Decimal 130 112 54 0 0.14 0.58 0.49 45.79 0.41 0.36
Hex 82 70 36 0 E 3A 31 2E 29 24
Octal 202 160 66 0 16 72 61 56 51 44
Binary 10000010 1110000 110110 0 1110 111010 110001 101110 101001 100100

Color Harmonies of #827036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827036

Black with #827036

Text Example


Text Example

White with #827036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827036; }

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

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

background-color css

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

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

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

border-color css

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

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

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