Html Css Color HEX #8A713C Corn Harvest

📋 copy color: '#8A713C'

red 138 ◦ green 113 ◦ blue 60

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

Shades of Corn Harvest #8A713C

Tints of Corn Harvest #8A713C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.29%

R = 44.37%
G = 36.33%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#8A713C (or 0x8A713C) is known color: Corn Harvest. HEX triplet: 8A, 71 and 3C. RGB value is (138,113,60). Sum of RGB (Red+Green+Blue) = 138+113+60=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 113 (44.53% from 255 or 36.33% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A713C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A713C is #758EC3. Grayscale: #727272. Windows color (decimal): -7704260 or 3961226. OLE color: 3961226.

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

Color convert

RGB 138 113 60 -
CMYK 0 0.18 0.57 0.46
HSL 40.77º 0.39% 0.39% -
HSV(B) 40.77º 0.57% 0.54% -
XYZ 17.2 17.54 6.75 -
YUV 114.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 138 113 60 0 0.18 0.57 0.46 40.77 0.39 0.39
Hex 8A 71 3C 0 12 39 2E 29 27 27
Octal 212 161 74 0 22 71 56 51 47 47
Binary 10001010 1110001 111100 0 10010 111001 101110 101001 100111 100111

Color Harmonies of #8A713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A713C

Black with #8A713C

Text Example


Text Example

White with #8A713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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