Html Css Color HEX #827139 Corn Harvest

📋 copy color: '#827139'

red 130 ◦ green 113 ◦ blue 57

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

Shades of Corn Harvest #827139

Tints of Corn Harvest #827139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19%

R = 43.33%
G = 37.67%
B = 19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#827139 (or 0x827139) is known color: Corn Harvest. HEX triplet: 82, 71 and 39. RGB value is (130,113,57). Sum of RGB (Red+Green+Blue) = 130+113+57=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #827139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827139 is #7D8EC6. Grayscale: #6F6F6F. Windows color (decimal): -8228551 or 3764610. OLE color: 3764610.

HSL color Cylindrical-coordinate representation of color #827139: hue angle of 46.03º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #827139 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 113 57 -
CMYK 0 0.13 0.56 0.49
HSL 46.03º 0.39% 0.37% -
HSV(B) 46.03º 0.56% 0.51% -
XYZ 15.85 16.85 6.29 -
YUV 111.7 97.13 141.05 -
System Red Green Blue C M Y K H S L
Decimal 130 113 57 0 0.13 0.56 0.49 46.03 0.39 0.37
Hex 82 71 39 0 D 38 31 2E 27 25
Octal 202 161 71 0 15 70 61 56 47 45
Binary 10000010 1110001 111001 0 1101 111000 110001 101110 100111 100101

Color Harmonies of #827139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827139

Black with #827139

Text Example


Text Example

White with #827139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827139; }

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

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

background-color css

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

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

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

border-color css

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

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

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