Html Css Color HEX #86742A Corn Harvest

📋 copy color: '#86742A'

red 134 ◦ green 116 ◦ blue 42

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

Shades of Corn Harvest #86742A

Tints of Corn Harvest #86742A

RGB

 RED value IS 134 (52.73% from 255) = 45.89%

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 42 (16.8% from 255) = 14.38%

R = 45.89%
G = 39.73%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#86742A (or 0x86742A) is known color: Corn Harvest. HEX triplet: 86, 74 and 2A. RGB value is (134,116,42). Sum of RGB (Red+Green+Blue) = 134+116+42=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 42 (16.80% from 255 or 14.38% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86742A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86742A is #798BD5. Grayscale: #717171. Windows color (decimal): -7965654 or 2782342. OLE color: 2782342.

HSL color Cylindrical-coordinate representation of color #86742A: hue angle of 48.26º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86742A is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 116 42 -
CMYK 0 0.13 0.69 0.47
HSL 48.26º 0.52% 0.35% -
HSV(B) 48.26º 0.69% 0.53% -
XYZ 16.49 17.73 4.74 -
YUV 112.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 134 116 42 0 0.13 0.69 0.47 48.26 0.52 0.35
Hex 86 74 2A 0 D 45 2F 30 34 23
Octal 206 164 52 0 15 105 57 60 64 43
Binary 10000110 1110100 101010 0 1101 1000101 101111 110000 110100 100011

Color Harmonies of #86742A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86742A

Black with #86742A

Text Example


Text Example

White with #86742A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,116,42); }

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

background-color css

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

 a { background-color: rgb(134,116,42); }

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

border-color css

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

 span { border-color: rgb(134,116,42); }

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