Html Css Color HEX #827137 Corn Harvest

📋 copy color: '#827137'

red 130 ◦ green 113 ◦ blue 55

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

Shades of Corn Harvest #827137

Tints of Corn Harvest #827137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 55 (21.88% from 255) = 18.46%

R = 43.62%
G = 37.92%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827137 (or 0x827137) is known color: Corn Harvest. HEX triplet: 82, 71 and 37. RGB value is (130,113,55). Sum of RGB (Red+Green+Blue) = 130+113+55=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #827137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827137 is #7D8EC8. Grayscale: #6F6F6F. Windows color (decimal): -8228553 or 3633538. OLE color: 3633538.

HSL color Cylindrical-coordinate representation of color #827137: hue angle of 46.4º 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 #827137 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 55 -
CMYK 0 0.13 0.58 0.49
HSL 46.4º 0.41% 0.36% -
HSV(B) 46.4º 0.58% 0.51% -
XYZ 15.8 16.83 6.03 -
YUV 111.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 130 113 55 0 0.13 0.58 0.49 46.4 0.41 0.36
Hex 82 71 37 0 D 3A 31 2E 29 24
Octal 202 161 67 0 15 72 61 56 51 44
Binary 10000010 1110001 110111 0 1101 111010 110001 101110 101001 100100

Color Harmonies of #827137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827137

Black with #827137

Text Example


Text Example

White with #827137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827137; }

 p { color: rgb(130,113,55); }

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

background-color css

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

 a { background-color: rgb(130,113,55); }

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

border-color css

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

 span { border-color: rgb(130,113,55); }

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