Html Css Color HEX #857328 Corn Harvest

📋 copy color: '#857328'

red 133 ◦ green 115 ◦ blue 40

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

Shades of Corn Harvest #857328

Tints of Corn Harvest #857328

RGB

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

 GREEN value IS 115 (45.31% from 255) = 39.93%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 46.18%
G = 39.93%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#857328 (or 0x857328) is known color: Corn Harvest. HEX triplet: 85, 73 and 28. RGB value is (133,115,40). Sum of RGB (Red+Green+Blue) = 133+115+40=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #857328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857328 is #7A8CD7. Grayscale: #707070. Windows color (decimal): -8031448 or 2651013. OLE color: 2651013.

HSL color Cylindrical-coordinate representation of color #857328: hue angle of 48.39º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #857328 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 115 40 -
CMYK 0 0.14 0.70 0.48
HSL 48.39º 0.54% 0.34% -
HSV(B) 48.39º 0.7% 0.52% -
XYZ 16.19 17.4 4.51 -
YUV 111.83 87.46 143.1 -
System Red Green Blue C M Y K H S L
Decimal 133 115 40 0 0.14 0.70 0.48 48.39 0.54 0.34
Hex 85 73 28 0 E 46 30 30 36 22
Octal 205 163 50 0 16 106 60 60 66 42
Binary 10000101 1110011 101000 0 1110 1000110 110000 110000 110110 100010

Color Harmonies of #857328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857328

Black with #857328

Text Example


Text Example

White with #857328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857328; }

 p { color: rgb(133,115,40); }

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

background-color css

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

 a { background-color: rgb(133,115,40); }

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

border-color css

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

 span { border-color: rgb(133,115,40); }

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