Html Css Color HEX #857535 Corn Harvest

📋 copy color: '#857535'

red 133 ◦ green 117 ◦ blue 53

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

Shades of Corn Harvest #857535

Tints of Corn Harvest #857535

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

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

R = 43.89%
G = 38.61%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#857535 (or 0x857535) is known color: Corn Harvest. HEX triplet: 85, 75 and 35. RGB value is (133,117,53). Sum of RGB (Red+Green+Blue) = 133+117+53=303 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.89% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 133 - color contains mainly: red. Hex color #857535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857535 is #7A8ACA. Grayscale: #727272. Windows color (decimal): -8030923 or 3503493. OLE color: 3503493.

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

Color convert

RGB 133 117 53 -
CMYK 0 0.12 0.60 0.48
HSL 48º 0.43% 0.36% -
HSV(B) 48º 0.6% 0.52% -
XYZ 16.68 17.97 5.96 -
YUV 114.49 93.3 141.2 -
System Red Green Blue C M Y K H S L
Decimal 133 117 53 0 0.12 0.60 0.48 48 0.43 0.36
Hex 85 75 35 0 C 3C 30 30 2B 24
Octal 205 165 65 0 14 74 60 60 53 44
Binary 10000101 1110101 110101 0 1100 111100 110000 110000 101011 100100

Color Harmonies of #857535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857535

Black with #857535

Text Example


Text Example

White with #857535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857535; }

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

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

background-color css

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

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

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

border-color css

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

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

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