Html Css Color HEX #82723A Corn Harvest

📋 copy color: '#82723A'

red 130 ◦ green 114 ◦ blue 58

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

Shades of Corn Harvest #82723A

Tints of Corn Harvest #82723A

RGB

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

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

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

R = 43.05%
G = 37.75%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82723A (or 0x82723A) is known color: Corn Harvest. HEX triplet: 82, 72 and 3A. RGB value is (130,114,58). Sum of RGB (Red+Green+Blue) = 130+114+58=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82723A is #7D8DC5. Grayscale: #707070. Windows color (decimal): -8228294 or 3830402. OLE color: 3830402.

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

Color convert

RGB 130 114 58 -
CMYK 0 0.12 0.55 0.49
HSL 46.67º 0.38% 0.37% -
HSV(B) 46.67º 0.55% 0.51% -
XYZ 15.99 17.09 6.46 -
YUV 112.4 97.3 140.55 -
System Red Green Blue C M Y K H S L
Decimal 130 114 58 0 0.12 0.55 0.49 46.67 0.38 0.37
Hex 82 72 3A 0 C 37 31 2F 26 25
Octal 202 162 72 0 14 67 61 57 46 45
Binary 10000010 1110010 111010 0 1100 110111 110001 101111 100110 100101

Color Harmonies of #82723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82723A

Black with #82723A

Text Example


Text Example

White with #82723A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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