Html Css Color HEX #857232 Corn Harvest

📋 copy color: '#857232'

red 133 ◦ green 114 ◦ blue 50

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

Shades of Corn Harvest #857232

Tints of Corn Harvest #857232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

 BLUE value IS 50 (19.92% from 255) = 16.84%

R = 44.78%
G = 38.38%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#857232 (or 0x857232) is known color: Corn Harvest. HEX triplet: 85, 72 and 32. RGB value is (133,114,50). Sum of RGB (Red+Green+Blue) = 133+114+50=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 50 (19.92% from 255 or 16.84% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #857232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857232 is #7A8DCD. Grayscale: #707070. Windows color (decimal): -8031694 or 3306117. OLE color: 3306117.

HSL color Cylindrical-coordinate representation of color #857232: hue angle of 46.27º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #857232 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 114 50 -
CMYK 0 0.14 0.62 0.48
HSL 46.27º 0.45% 0.36% -
HSV(B) 46.27º 0.62% 0.52% -
XYZ 16.27 17.25 5.49 -
YUV 112.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 133 114 50 0 0.14 0.62 0.48 46.27 0.45 0.36
Hex 85 72 32 0 E 3E 30 2E 2D 24
Octal 205 162 62 0 16 76 60 56 55 44
Binary 10000101 1110010 110010 0 1110 111110 110000 101110 101101 100100

Color Harmonies of #857232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857232

Black with #857232

Text Example


Text Example

White with #857232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857232; }

 p { color: rgb(133,114,50); }

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

background-color css

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

 a { background-color: rgb(133,114,50); }

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

border-color css

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

 span { border-color: rgb(133,114,50); }

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