Html Css Color HEX #857035 Corn Harvest

📋 copy color: '#857035'

red 133 ◦ green 112 ◦ blue 53

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

Shades of Corn Harvest #857035

Tints of Corn Harvest #857035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.79%

R = 44.63%
G = 37.58%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#857035 (or 0x857035) is known color: Corn Harvest. HEX triplet: 85, 70 and 35. RGB value is (133,112,53). Sum of RGB (Red+Green+Blue) = 133+112+53=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 53 (21.09% from 255 or 17.79% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #857035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857035 is #7A8FCA. Grayscale: #6F6F6F. Windows color (decimal): -8032203 or 3502213. OLE color: 3502213.

HSL color Cylindrical-coordinate representation of color #857035: hue angle of 44.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #857035 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 53 -
CMYK 0 0.16 0.60 0.48
HSL 44.25º 0.43% 0.36% -
HSV(B) 44.25º 0.6% 0.52% -
XYZ 16.11 16.83 5.77 -
YUV 111.55 94.96 143.3 -
System Red Green Blue C M Y K H S L
Decimal 133 112 53 0 0.16 0.60 0.48 44.25 0.43 0.36
Hex 85 70 35 0 10 3C 30 2C 2B 24
Octal 205 160 65 0 20 74 60 54 53 44
Binary 10000101 1110000 110101 0 10000 111100 110000 101100 101011 100100

Color Harmonies of #857035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857035

Black with #857035

Text Example


Text Example

White with #857035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857035; }

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

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

background-color css

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

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

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

border-color css

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

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

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