Html Css Color HEX #82713A Corn Harvest

📋 copy color: '#82713A'

red 130 ◦ green 113 ◦ blue 58

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

Shades of Corn Harvest #82713A

Tints of Corn Harvest #82713A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 43.19%
G = 37.54%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82713A (or 0x82713A) is known color: Corn Harvest. HEX triplet: 82, 71 and 3A. RGB value is (130,113,58). Sum of RGB (Red+Green+Blue) = 130+113+58=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82713A is #7D8EC5. Grayscale: #707070. Windows color (decimal): -8228550 or 3830146. OLE color: 3830146.

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

Color convert

RGB 130 113 58 -
CMYK 0 0.13 0.55 0.49
HSL 45.83º 0.38% 0.37% -
HSV(B) 45.83º 0.55% 0.51% -
XYZ 15.87 16.86 6.42 -
YUV 111.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 130 113 58 0 0.13 0.55 0.49 45.83 0.38 0.37
Hex 82 71 3A 0 D 37 31 2E 26 25
Octal 202 161 72 0 15 67 61 56 46 45
Binary 10000010 1110001 111010 0 1101 110111 110001 101110 100110 100101

Color Harmonies of #82713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82713A

Black with #82713A

Text Example


Text Example

White with #82713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82713A; }

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

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

background-color css

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

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

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

border-color css

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

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

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