Html Css Color HEX #85743A Corn Harvest

📋 copy color: '#85743A'

red 133 ◦ green 116 ◦ blue 58

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

Shades of Corn Harvest #85743A

Tints of Corn Harvest #85743A

RGB

 RED value IS 133 (52.34% from 255) = 43.32%

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

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

R = 43.32%
G = 37.79%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85743A (or 0x85743A) is known color: Corn Harvest. HEX triplet: 85, 74 and 3A. RGB value is (133,116,58). Sum of RGB (Red+Green+Blue) = 133+116+58=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #85743A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85743A is #7A8BC5. Grayscale: #727272. Windows color (decimal): -8031174 or 3830917. OLE color: 3830917.

HSL color Cylindrical-coordinate representation of color #85743A: hue angle of 46.4º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85743A is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 58 -
CMYK 0 0.13 0.56 0.48
HSL 46.4º 0.39% 0.37% -
HSV(B) 46.4º 0.56% 0.52% -
XYZ 16.68 17.78 6.56 -
YUV 114.47 96.13 141.22 -
System Red Green Blue C M Y K H S L
Decimal 133 116 58 0 0.13 0.56 0.48 46.4 0.39 0.37
Hex 85 74 3A 0 D 38 30 2E 27 25
Octal 205 164 72 0 15 70 60 56 47 45
Binary 10000101 1110100 111010 0 1101 111000 110000 101110 100111 100101

Color Harmonies of #85743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85743A

Black with #85743A

Text Example


Text Example

White with #85743A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,116,58); }

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

background-color css

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

 a { background-color: rgb(133,116,58); }

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

border-color css

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

 span { border-color: rgb(133,116,58); }

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