Html Css Color HEX #85703A Corn Harvest

📋 copy color: '#85703A'

red 133 ◦ green 112 ◦ blue 58

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

Shades of Corn Harvest #85703A

Tints of Corn Harvest #85703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

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

R = 43.89%
G = 36.96%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85703A (or 0x85703A) is known color: Corn Harvest. HEX triplet: 85, 70 and 3A. RGB value is (133,112,58). Sum of RGB (Red+Green+Blue) = 133+112+58=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #85703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85703A is #7A8FC5. Grayscale: #707070. Windows color (decimal): -8032198 or 3829893. OLE color: 3829893.

HSL color Cylindrical-coordinate representation of color #85703A: hue angle of 43.2º 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 #85703A is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 58 -
CMYK 0 0.16 0.56 0.48
HSL 43.2º 0.39% 0.37% -
HSV(B) 43.2º 0.56% 0.52% -
XYZ 16.23 16.88 6.41 -
YUV 112.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 133 112 58 0 0.16 0.56 0.48 43.2 0.39 0.37
Hex 85 70 3A 0 10 38 30 2B 27 25
Octal 205 160 72 0 20 70 60 53 47 45
Binary 10000101 1110000 111010 0 10000 111000 110000 101011 100111 100101

Color Harmonies of #85703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85703A

Black with #85703A

Text Example


Text Example

White with #85703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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