Html Css Color HEX #8A713D Corn Harvest

📋 copy color: '#8A713D'

red 138 ◦ green 113 ◦ blue 61

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

Shades of Corn Harvest #8A713D

Tints of Corn Harvest #8A713D

RGB

 RED value IS 138 (54.3% from 255) = 44.23%

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

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 44.23%
G = 36.22%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#8A713D (or 0x8A713D) is known color: Corn Harvest. HEX triplet: 8A, 71 and 3D. RGB value is (138,113,61). Sum of RGB (Red+Green+Blue) = 138+113+61=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 113 (44.53% from 255 or 36.22% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 138 - color contains mainly: red. Hex color #8A713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A713D is #758EC2. Grayscale: #727272. Windows color (decimal): -7704259 or 4026762. OLE color: 4026762.

HSL color Cylindrical-coordinate representation of color #8A713D: hue angle of 40.52º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A713D is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 113 61 -
CMYK 0 0.18 0.56 0.46
HSL 40.52º 0.39% 0.39% -
HSV(B) 40.52º 0.56% 0.54% -
XYZ 17.23 17.55 6.89 -
YUV 114.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 138 113 61 0 0.18 0.56 0.46 40.52 0.39 0.39
Hex 8A 71 3D 0 12 38 2E 29 27 27
Octal 212 161 75 0 22 70 56 51 47 47
Binary 10001010 1110001 111101 0 10010 111000 101110 101001 100111 100111

Color Harmonies of #8A713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A713D

Black with #8A713D

Text Example


Text Example

White with #8A713D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A713D; }

 p { color: rgb(138,113,61); }

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

background-color css

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

 a { background-color: rgb(138,113,61); }

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

border-color css

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

 span { border-color: rgb(138,113,61); }

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