Html Css Color HEX #827035 Corn Harvest

📋 copy color: '#827035'

red 130 ◦ green 112 ◦ blue 53

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

Shades of Corn Harvest #827035

Tints of Corn Harvest #827035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.97%

R = 44.07%
G = 37.97%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#827035 (or 0x827035) is known color: Corn Harvest. HEX triplet: 82, 70 and 35. RGB value is (130,112,53). Sum of RGB (Red+Green+Blue) = 130+112+53=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #827035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827035 is #7D8FCA. Grayscale: #6E6E6E. Windows color (decimal): -8228811 or 3502210. OLE color: 3502210.

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

Color convert

RGB 130 112 53 -
CMYK 0 0.14 0.59 0.49
HSL 45.97º 0.42% 0.36% -
HSV(B) 45.97º 0.59% 0.51% -
XYZ 15.64 16.59 5.75 -
YUV 110.66 95.46 141.8 -
System Red Green Blue C M Y K H S L
Decimal 130 112 53 0 0.14 0.59 0.49 45.97 0.42 0.36
Hex 82 70 35 0 E 3B 31 2E 2A 24
Octal 202 160 65 0 16 73 61 56 52 44
Binary 10000010 1110000 110101 0 1110 111011 110001 101110 101010 100100

Color Harmonies of #827035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827035

Black with #827035

Text Example


Text Example

White with #827035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827035; }

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

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

background-color css

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

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

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

border-color css

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

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

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