Html Css Color HEX #857435 Corn Harvest

📋 copy color: '#857435'

red 133 ◦ green 116 ◦ blue 53

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

Shades of Corn Harvest #857435

Tints of Corn Harvest #857435

RGB

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

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

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

R = 44.04%
G = 38.41%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#857435 (or 0x857435) is known color: Corn Harvest. HEX triplet: 85, 74 and 35. RGB value is (133,116,53). Sum of RGB (Red+Green+Blue) = 133+116+53=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #857435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857435 is #7A8BCA. Grayscale: #727272. Windows color (decimal): -8031179 or 3503237. OLE color: 3503237.

HSL color Cylindrical-coordinate representation of color #857435: hue angle of 47.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 #857435 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 116 53 -
CMYK 0 0.13 0.60 0.48
HSL 47.25º 0.43% 0.36% -
HSV(B) 47.25º 0.6% 0.52% -
XYZ 16.56 17.73 5.92 -
YUV 113.9 93.63 141.62 -
System Red Green Blue C M Y K H S L
Decimal 133 116 53 0 0.13 0.60 0.48 47.25 0.43 0.36
Hex 85 74 35 0 D 3C 30 2F 2B 24
Octal 205 164 65 0 15 74 60 57 53 44
Binary 10000101 1110100 110101 0 1101 111100 110000 101111 101011 100100

Color Harmonies of #857435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857435

Black with #857435

Text Example


Text Example

White with #857435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857435; }

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

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

background-color css

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

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

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

border-color css

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

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

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