Html Css Color HEX #827237 Corn Harvest

📋 copy color: '#827237'

red 130 ◦ green 114 ◦ blue 55

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

Shades of Corn Harvest #827237

Tints of Corn Harvest #827237

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

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

R = 43.48%
G = 38.13%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#827237 (or 0x827237) is known color: Corn Harvest. HEX triplet: 82, 72 and 37. RGB value is (130,114,55). Sum of RGB (Red+Green+Blue) = 130+114+55=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #827237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827237 is #7D8DC8. Grayscale: #707070. Windows color (decimal): -8228297 or 3633794. OLE color: 3633794.

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

Color convert

RGB 130 114 55 -
CMYK 0 0.12 0.58 0.49
HSL 47.2º 0.41% 0.36% -
HSV(B) 47.2º 0.58% 0.51% -
XYZ 15.91 17.06 6.07 -
YUV 112.06 95.8 140.8 -
System Red Green Blue C M Y K H S L
Decimal 130 114 55 0 0.12 0.58 0.49 47.2 0.41 0.36
Hex 82 72 37 0 C 3A 31 2F 29 24
Octal 202 162 67 0 14 72 61 57 51 44
Binary 10000010 1110010 110111 0 1100 111010 110001 101111 101001 100100

Color Harmonies of #827237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827237

Black with #827237

Text Example


Text Example

White with #827237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827237; }

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

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

background-color css

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

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

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

border-color css

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

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

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